Html Css Color HEX #1EABD4 Summer Sky

📋 copy color: '#1EABD4'

red 30 ◦ green 171 ◦ blue 212

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

Shades of Summer Sky #1EABD4

Tints of Summer Sky #1EABD4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.4%

 BLUE value IS 212 (83.2% from 255) = 51.33%

R = 7.26%
G = 41.4%
B = 51.33%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#1EABD4 (or 0x1EABD4) is known color: Summer Sky. HEX triplet: 1E, AB and D4. RGB value is (30,171,212). Sum of RGB (Red+Green+Blue) = 30+171+212=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 212 (83.20% from 255 or 51.33% from 413); Max value from RGB is 212 - color contains mainly: blue. Hex color #1EABD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EABD4 is #E1542B. Grayscale: #858585. Windows color (decimal): -14767148 or 13937438. OLE color: 13937438.

HSL color Cylindrical-coordinate representation of color #1EABD4: hue angle of 193.52º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EABD4 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 30 171 212 -
CMYK 0.86 0.19 0 0.17
HSL 193.52º 0.75% 0.47% -
HSV(B) 193.52º 0.86% 0.83% -
XYZ 26.98 34.16 67.46 -
YUV 133.52 172.29 54.17 -
System Red Green Blue C M Y K H S L
Decimal 30 171 212 0.86 0.19 0 0.17 193.52 0.75 0.47
Hex 1E AB D4 56 13 0 11 C2 4B 2F
Octal 36 253 324 126 23 0 21 302 113 57
Binary 11110 10101011 11010100 1010110 10011 0 10001 11000010 1001011 101111

Color Harmonies of #1EABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EABD4

Black with #1EABD4

Text Example


Text Example

White with #1EABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,171,212); }

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

background-color css

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

 a { background-color: rgb(30,171,212); }

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

border-color css

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

 span { border-color: rgb(30,171,212); }

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