Html Css Color HEX #4DAFE0 Summer Sky

📋 copy color: '#4DAFE0'

red 77 ◦ green 175 ◦ blue 224

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

Shades of Summer Sky #4DAFE0

Tints of Summer Sky #4DAFE0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.76%

 BLUE value IS 224 (87.89% from 255) = 47.06%

R = 16.18%
G = 36.76%
B = 47.06%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4DAFE0 (or 0x4DAFE0) is known color: Summer Sky. HEX triplet: 4D, AF and E0. RGB value is (77,175,224). Sum of RGB (Red+Green+Blue) = 77+175+224=476 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.18% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #4DAFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DAFE0 is #B2501F. Grayscale: #969696. Windows color (decimal): -11685920 or 14724941. OLE color: 14724941.

HSL color Cylindrical-coordinate representation of color #4DAFE0: hue angle of 200º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DAFE0 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 77 175 224 -
CMYK 0.66 0.22 0 0.12
HSL 200º 0.7% 0.59% -
HSV(B) 200º 0.66% 0.88% -
XYZ 31.85 37.62 76.1 -
YUV 151.28 169.03 75.02 -
System Red Green Blue C M Y K H S L
Decimal 77 175 224 0.66 0.22 0 0.12 200 0.7 0.59
Hex 4D AF E0 42 16 0 C C8 46 3B
Octal 115 257 340 102 26 0 14 310 106 73
Binary 1001101 10101111 11100000 1000010 10110 0 1100 11001000 1000110 111011

Color Harmonies of #4DAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAFE0

Black with #4DAFE0

Text Example


Text Example

White with #4DAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,175,224); }

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

background-color css

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

 a { background-color: rgb(77,175,224); }

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

border-color css

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

 span { border-color: rgb(77,175,224); }

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