Html Css Color HEX #1EADD1 Summer Sky

📋 copy color: '#1EADD1'

red 30 ◦ green 173 ◦ blue 209

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

Shades of Summer Sky #1EADD1

Tints of Summer Sky #1EADD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.73%

R = 7.28%
G = 41.99%
B = 50.73%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1EADD1 (or 0x1EADD1) is known color: Summer Sky. HEX triplet: 1E, AD and D1. RGB value is (30,173,209). Sum of RGB (Red+Green+Blue) = 30+173+209=412 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.28% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #1EADD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EADD1 is #E1522E. Grayscale: #868686. Windows color (decimal): -14766639 or 13741342. OLE color: 13741342.

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

Color convert

RGB 30 173 209 -
CMYK 0.86 0.17 0 0.18
HSL 192.07º 0.75% 0.47% -
HSV(B) 192.07º 0.86% 0.82% -
XYZ 26.99 34.77 65.61 -
YUV 134.35 170.12 53.57 -
System Red Green Blue C M Y K H S L
Decimal 30 173 209 0.86 0.17 0 0.18 192.07 0.75 0.47
Hex 1E AD D1 56 11 0 12 C0 4B 2F
Octal 36 255 321 126 21 0 22 300 113 57
Binary 11110 10101101 11010001 1010110 10001 0 10010 11000000 1001011 101111

Color Harmonies of #1EADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EADD1

Black with #1EADD1

Text Example


Text Example

White with #1EADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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