Html Css Color HEX #1EA1DF Summer Sky

📋 copy color: '#1EA1DF'

red 30 ◦ green 161 ◦ blue 223

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

Shades of Summer Sky #1EA1DF

Tints of Summer Sky #1EA1DF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 7.25%
G = 38.89%
B = 53.86%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1EA1DF (or 0x1EA1DF) is known color: Summer Sky. HEX triplet: 1E, A1 and DF. RGB value is (30,161,223). Sum of RGB (Red+Green+Blue) = 30+161+223=414 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.25% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EA1DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EA1DF is #E15E20. Grayscale: #808080. Windows color (decimal): -14769697 or 14655774. OLE color: 14655774.

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

Color convert

RGB 30 161 223 -
CMYK 0.87 0.28 0 0.13
HSL 199.27º 0.76% 0.5% -
HSV(B) 199.27º 0.87% 0.87% -
XYZ 26.6 31.09 74.41 -
YUV 128.9 181.1 57.46 -
System Red Green Blue C M Y K H S L
Decimal 30 161 223 0.87 0.28 0 0.13 199.27 0.76 0.5
Hex 1E A1 DF 57 1C 0 D C7 4C 32
Octal 36 241 337 127 34 0 15 307 114 62
Binary 11110 10100001 11011111 1010111 11100 0 1101 11000111 1001100 110010

Color Harmonies of #1EA1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA1DF

Black with #1EA1DF

Text Example


Text Example

White with #1EA1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,161,223); }

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

background-color css

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

 a { background-color: rgb(30,161,223); }

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

border-color css

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

 span { border-color: rgb(30,161,223); }

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