Html Css Color HEX #1EACD5 Summer Sky

📋 copy color: '#1EACD5'

red 30 ◦ green 172 ◦ blue 213

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

Shades of Summer Sky #1EACD5

Tints of Summer Sky #1EACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.45%

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

R = 7.23%
G = 41.45%
B = 51.33%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1EACD5 (or 0x1EACD5) is known color: Summer Sky. HEX triplet: 1E, AC and D5. RGB value is (30,172,213). Sum of RGB (Red+Green+Blue) = 30+172+213=415 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.23% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #1EACD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACD5 is #E1532A. Grayscale: #858585. Windows color (decimal): -14766891 or 14003230. OLE color: 14003230.

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

Color convert

RGB 30 172 213 -
CMYK 0.86 0.19 0 0.16
HSL 193.44º 0.75% 0.48% -
HSV(B) 193.44º 0.86% 0.84% -
XYZ 27.3 34.59 68.19 -
YUV 134.22 172.46 53.67 -
System Red Green Blue C M Y K H S L
Decimal 30 172 213 0.86 0.19 0 0.16 193.44 0.75 0.48
Hex 1E AC D5 56 13 0 10 C1 4B 30
Octal 36 254 325 126 23 0 20 301 113 60
Binary 11110 10101100 11010101 1010110 10011 0 10000 11000001 1001011 110000

Color Harmonies of #1EACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EACD5

Black with #1EACD5

Text Example


Text Example

White with #1EACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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