Html Css Color HEX #1EAAD5 Summer Sky

📋 copy color: '#1EAAD5'

red 30 ◦ green 170 ◦ blue 213

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

Shades of Summer Sky #1EAAD5

Tints of Summer Sky #1EAAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.57%

R = 7.26%
G = 41.16%
B = 51.57%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1EAAD5 (or 0x1EAAD5) is known color: Summer Sky. HEX triplet: 1E, AA and D5. RGB value is (30,170,213). Sum of RGB (Red+Green+Blue) = 30+170+213=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #1EAAD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAAD5 is #E1552A. Grayscale: #848484. Windows color (decimal): -14767403 or 14002718. OLE color: 14002718.

HSL color Cylindrical-coordinate representation of color #1EAAD5: hue angle of 194.1º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EAAD5 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 170 213 -
CMYK 0.86 0.20 0 0.16
HSL 194.1º 0.75% 0.48% -
HSV(B) 194.1º 0.86% 0.84% -
XYZ 26.92 33.83 68.06 -
YUV 133.04 173.12 54.5 -
System Red Green Blue C M Y K H S L
Decimal 30 170 213 0.86 0.20 0 0.16 194.1 0.75 0.48
Hex 1E AA D5 56 14 0 10 C2 4B 30
Octal 36 252 325 126 24 0 20 302 113 60
Binary 11110 10101010 11010101 1010110 10100 0 10000 11000010 1001011 110000

Color Harmonies of #1EAAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAAD5

Black with #1EAAD5

Text Example


Text Example

White with #1EAAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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