Html Css Color HEX #1EACDD Summer Sky

📋 copy color: '#1EACDD'

red 30 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #1EACDD

Tints of Summer Sky #1EACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 7.09%
G = 40.66%
B = 52.25%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1EACDD (or 0x1EACDD) is known color: Summer Sky. HEX triplet: 1E, AC and DD. RGB value is (30,172,221). Sum of RGB (Red+Green+Blue) = 30+172+221=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EACDD is #E15322. Grayscale: #868686. Windows color (decimal): -14766883 or 14527518. OLE color: 14527518.

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

Color convert

RGB 30 172 221 -
CMYK 0.86 0.22 0 0.13
HSL 195.39º 0.76% 0.49% -
HSV(B) 195.39º 0.86% 0.87% -
XYZ 28.34 35 73.67 -
YUV 135.13 176.46 53.02 -
System Red Green Blue C M Y K H S L
Decimal 30 172 221 0.86 0.22 0 0.13 195.39 0.76 0.49
Hex 1E AC DD 56 16 0 D C3 4C 31
Octal 36 254 335 126 26 0 15 303 114 61
Binary 11110 10101100 11011101 1010110 10110 0 1101 11000011 1001100 110001

Color Harmonies of #1EACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EACDD

Black with #1EACDD

Text Example


Text Example

White with #1EACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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