Html Css Color HEX #1EAAEC Summer Sky

📋 copy color: '#1EAAEC'

red 30 ◦ green 170 ◦ blue 236

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

Shades of Summer Sky #1EAAEC

Tints of Summer Sky #1EAAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.13%

R = 6.88%
G = 38.99%
B = 54.13%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1EAAEC (or 0x1EAAEC) is known color: Summer Sky. HEX triplet: 1E, AA and EC. RGB value is (30,170,236). Sum of RGB (Red+Green+Blue) = 30+170+236=436 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.88% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #1EAAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EAAEC is #E15513. Grayscale: #878787. Windows color (decimal): -14767380 or 15510046. OLE color: 15510046.

HSL color Cylindrical-coordinate representation of color #1EAAEC: hue angle of 199.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EAAEC is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 170 236 -
CMYK 0.87 0.28 0 0.07
HSL 199.22º 0.84% 0.52% -
HSV(B) 199.22º 0.87% 0.93% -
XYZ 30.05 35.08 84.54 -
YUV 135.66 184.62 52.63 -
System Red Green Blue C M Y K H S L
Decimal 30 170 236 0.87 0.28 0 0.07 199.22 0.84 0.52
Hex 1E AA EC 57 1C 0 7 C7 54 34
Octal 36 252 354 127 34 0 7 307 124 64
Binary 11110 10101010 11101100 1010111 11100 0 111 11000111 1010100 110100

Color Harmonies of #1EAAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAAEC

Black with #1EAAEC

Text Example


Text Example

White with #1EAAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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