Html Css Color HEX #1EAADF Summer Sky

📋 copy color: '#1EAADF'

red 30 ◦ green 170 ◦ blue 223

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

Shades of Summer Sky #1EAADF

Tints of Summer Sky #1EAADF

RGB

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

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

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

R = 7.09%
G = 40.19%
B = 52.72%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1EAADF (or 0x1EAADF) is known color: Summer Sky. HEX triplet: 1E, AA and DF. RGB value is (30,170,223). Sum of RGB (Red+Green+Blue) = 30+170+223=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #1EAADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAADF is #E15520. Grayscale: #858585. Windows color (decimal): -14767393 or 14658078. OLE color: 14658078.

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

Color convert

RGB 30 170 223 -
CMYK 0.87 0.24 0 0.13
HSL 196.48º 0.76% 0.5% -
HSV(B) 196.48º 0.87% 0.87% -
XYZ 28.23 34.35 74.96 -
YUV 134.18 178.12 53.69 -
System Red Green Blue C M Y K H S L
Decimal 30 170 223 0.87 0.24 0 0.13 196.48 0.76 0.5
Hex 1E AA DF 57 18 0 D C4 4C 32
Octal 36 252 337 127 30 0 15 304 114 62
Binary 11110 10101010 11011111 1010111 11000 0 1101 11000100 1001100 110010

Color Harmonies of #1EAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAADF

Black with #1EAADF

Text Example


Text Example

White with #1EAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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