Html Css Color HEX #1EAEDB Summer Sky

📋 copy color: '#1EAEDB'

red 30 ◦ green 174 ◦ blue 219

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

Shades of Summer Sky #1EAEDB

Tints of Summer Sky #1EAEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.13%

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 7.09%
G = 41.13%
B = 51.77%

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

#1EAEDB (or 0x1EAEDB) is known color: Summer Sky. HEX triplet: 1E, AE and DB. RGB value is (30,174,219). Sum of RGB (Red+Green+Blue) = 30+174+219=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #1EAEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EAEDB is #E15124. Grayscale: #878787. Windows color (decimal): -14766373 or 14396958. OLE color: 14396958.

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

Color convert

RGB 30 174 219 -
CMYK 0.86 0.21 0 0.14
HSL 194.29º 0.76% 0.49% -
HSV(B) 194.29º 0.86% 0.86% -
XYZ 28.46 35.66 72.4 -
YUV 136.07 174.79 52.34 -
System Red Green Blue C M Y K H S L
Decimal 30 174 219 0.86 0.21 0 0.14 194.29 0.76 0.49
Hex 1E AE DB 56 15 0 E C2 4C 31
Octal 36 256 333 126 25 0 16 302 114 61
Binary 11110 10101110 11011011 1010110 10101 0 1110 11000010 1001100 110001

Color Harmonies of #1EAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAEDB

Black with #1EAEDB

Text Example


Text Example

White with #1EAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,174,219); }

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

background-color css

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

 a { background-color: rgb(30,174,219); }

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

border-color css

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

 span { border-color: rgb(30,174,219); }

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