Html Css Color HEX #1EAADE Summer Sky

📋 copy color: '#1EAADE'

red 30 ◦ green 170 ◦ blue 222

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

Shades of Summer Sky #1EAADE

Tints of Summer Sky #1EAADE

RGB

 RED value IS 30 (12.11% from 255) = 7.11%

 GREEN value IS 170 (66.8% from 255) = 40.28%

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 7.11%
G = 40.28%
B = 52.61%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1EAADE (or 0x1EAADE) is known color: Summer Sky. HEX triplet: 1E, AA and DE. RGB value is (30,170,222). Sum of RGB (Red+Green+Blue) = 30+170+222=422 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.11% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #1EAADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAADE is #E15521. Grayscale: #858585. Windows color (decimal): -14767394 or 14592542. OLE color: 14592542.

HSL color Cylindrical-coordinate representation of color #1EAADE: hue angle of 196.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EAADE is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 170 222 -
CMYK 0.86 0.23 0 0.13
HSL 196.25º 0.76% 0.49% -
HSV(B) 196.25º 0.86% 0.87% -
XYZ 28.09 34.3 74.25 -
YUV 134.07 177.62 53.77 -
System Red Green Blue C M Y K H S L
Decimal 30 170 222 0.86 0.23 0 0.13 196.25 0.76 0.49
Hex 1E AA DE 56 17 0 D C4 4C 31
Octal 36 252 336 126 27 0 15 304 114 61
Binary 11110 10101010 11011110 1010110 10111 0 1101 11000100 1001100 110001

Color Harmonies of #1EAADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAADE

Black with #1EAADE

Text Example


Text Example

White with #1EAADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EAADE; }

 p { color: rgb(30,170,222); }

 H1.HeaderClassName
 {
   color: #1EAADE;
 }
 .AnyTagClassName
 {
   color: #1EAADE;
 }
</style>

background-color css

<style>
 a { background-color: #1EAADE; }

 a { background-color: rgb(30,170,222); }

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

border-color css

<style>
 span { border-color: #1EAADE; }

 span { border-color: rgb(30,170,222); }

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