Html Css Color HEX #1EADDC Summer Sky

📋 copy color: '#1EADDC'

red 30 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #1EADDC

Tints of Summer Sky #1EADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.9%

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 7.09%
G = 40.9%
B = 52.01%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1EADDC (or 0x1EADDC) is known color: Summer Sky. HEX triplet: 1E, AD and DC. RGB value is (30,173,220). Sum of RGB (Red+Green+Blue) = 30+173+220=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #1EADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADDC is #E15223. Grayscale: #878787. Windows color (decimal): -14766628 or 14462238. OLE color: 14462238.

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

Color convert

RGB 30 173 220 -
CMYK 0.86 0.21 0 0.14
HSL 194.84º 0.76% 0.49% -
HSV(B) 194.84º 0.86% 0.86% -
XYZ 28.4 35.33 73.03 -
YUV 135.6 175.62 52.68 -
System Red Green Blue C M Y K H S L
Decimal 30 173 220 0.86 0.21 0 0.14 194.84 0.76 0.49
Hex 1E AD DC 56 15 0 E C3 4C 31
Octal 36 255 334 126 25 0 16 303 114 61
Binary 11110 10101101 11011100 1010110 10101 0 1110 11000011 1001100 110001

Color Harmonies of #1EADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EADDC

Black with #1EADDC

Text Example


Text Example

White with #1EADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,173,220); }

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

background-color css

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

 a { background-color: rgb(30,173,220); }

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

border-color css

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

 span { border-color: rgb(30,173,220); }

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