Html Css Color HEX #4DABDD Summer Sky

📋 copy color: '#4DABDD'

red 77 ◦ green 171 ◦ blue 221

#4DABDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #4DABDD

Tints of Summer Sky #4DABDD

RGB

 RED value IS 77 (30.47% from 255) = 16.42%

 GREEN value IS 171 (67.19% from 255) = 36.46%

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 16.42%
G = 36.46%
B = 47.12%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4DABDD (or 0x4DABDD) is known color: Summer Sky. HEX triplet: 4D, AB and DD. RGB value is (77,171,221). Sum of RGB (Red+Green+Blue) = 77+171+221=469 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.42% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DABDD is #B25422. Grayscale: #949494. Windows color (decimal): -11686947 or 14527309. OLE color: 14527309.

HSL color Cylindrical-coordinate representation of color #4DABDD: hue angle of 200.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DABDD is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 171 221 -
CMYK 0.65 0.23 0 0.13
HSL 200.83º 0.68% 0.58% -
HSV(B) 200.83º 0.65% 0.87% -
XYZ 30.67 35.92 73.72 -
YUV 148.59 168.86 76.93 -
System Red Green Blue C M Y K H S L
Decimal 77 171 221 0.65 0.23 0 0.13 200.83 0.68 0.58
Hex 4D AB DD 41 17 0 D C9 44 3A
Octal 115 253 335 101 27 0 15 311 104 72
Binary 1001101 10101011 11011101 1000001 10111 0 1101 11001001 1000100 111010

Color Harmonies of #4DABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DABDD

Black with #4DABDD

Text Example


Text Example

White with #4DABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DABDD; }

 p { color: rgb(77,171,221); }

 H1.HeaderClassName
 {
   color: #4DABDD;
 }
 .AnyTagClassName
 {
   color: #4DABDD;
 }
</style>

background-color css

<style>
 a { background-color: #4DABDD; }

 a { background-color: rgb(77,171,221); }

 div.DivClassName
 {
   background-color: #4DABDD;
 }
 .BgClassName
 {
   background-color: #4DABDD;
 }
</style>

border-color css

<style>
 span { border-color: #4DABDD; }

 span { border-color: rgb(77,171,221); }

 td.TdClassName
 {
   border-color: #4DABDD;
 }
 .TagClassName
 {
   border-color: #4DABDD;
 }
</style>