Html Css Color HEX #1EA7CE Summer Sky

📋 copy color: '#1EA7CE'

red 30 ◦ green 167 ◦ blue 206

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

Shades of Summer Sky #1EA7CE

Tints of Summer Sky #1EA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.44%

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 7.44%
G = 41.44%
B = 51.12%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1EA7CE (or 0x1EA7CE) is known color: Summer Sky. HEX triplet: 1E, A7 and CE. RGB value is (30,167,206). Sum of RGB (Red+Green+Blue) = 30+167+206=403 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.44% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #1EA7CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA7CE is #E15831. Grayscale: #828282. Windows color (decimal): -14768178 or 13543198. OLE color: 13543198.

HSL color Cylindrical-coordinate representation of color #1EA7CE: hue angle of 193.3º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EA7CE is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 167 206 -
CMYK 0.85 0.19 0 0.19
HSL 193.3º 0.75% 0.46% -
HSV(B) 193.3º 0.85% 0.81% -
XYZ 25.49 32.37 63.3 -
YUV 130.48 170.61 56.33 -
System Red Green Blue C M Y K H S L
Decimal 30 167 206 0.85 0.19 0 0.19 193.3 0.75 0.46
Hex 1E A7 CE 55 13 0 13 C1 4B 2E
Octal 36 247 316 125 23 0 23 301 113 56
Binary 11110 10100111 11001110 1010101 10011 0 10011 11000001 1001011 101110

Color Harmonies of #1EA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA7CE

Black with #1EA7CE

Text Example


Text Example

White with #1EA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,167,206); }

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

background-color css

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

 a { background-color: rgb(30,167,206); }

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

border-color css

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

 span { border-color: rgb(30,167,206); }

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