Html Css Color HEX #1EA7DE Summer Sky

📋 copy color: '#1EA7DE'

red 30 ◦ green 167 ◦ blue 222

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

Shades of Summer Sky #1EA7DE

Tints of Summer Sky #1EA7DE

RGB

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

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

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

R = 7.16%
G = 39.86%
B = 52.98%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1EA7DE (or 0x1EA7DE) is known color: Summer Sky. HEX triplet: 1E, A7 and DE. RGB value is (30,167,222). Sum of RGB (Red+Green+Blue) = 30+167+222=419 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.16% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #1EA7DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA7DE is #E15821. Grayscale: #838383. Windows color (decimal): -14768162 or 14591774. OLE color: 14591774.

HSL color Cylindrical-coordinate representation of color #1EA7DE: hue angle of 197.19º 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 #1EA7DE is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 167 222 -
CMYK 0.86 0.25 0 0.13
HSL 197.19º 0.76% 0.49% -
HSV(B) 197.19º 0.86% 0.87% -
XYZ 27.54 33.19 74.06 -
YUV 132.31 178.61 55.03 -
System Red Green Blue C M Y K H S L
Decimal 30 167 222 0.86 0.25 0 0.13 197.19 0.76 0.49
Hex 1E A7 DE 56 19 0 D C5 4C 31
Octal 36 247 336 126 31 0 15 305 114 61
Binary 11110 10100111 11011110 1010110 11001 0 1101 11000101 1001100 110001

Color Harmonies of #1EA7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA7DE

Black with #1EA7DE

Text Example


Text Example

White with #1EA7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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