Html Css Color HEX #1E9DDC Summer Sky

📋 copy color: '#1E9DDC'

red 30 ◦ green 157 ◦ blue 220

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

Shades of Summer Sky #1E9DDC

Tints of Summer Sky #1E9DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.57%

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

R = 7.37%
G = 38.57%
B = 54.05%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E9DDC (or 0x1E9DDC) is known color: Summer Sky. HEX triplet: 1E, 9D and DC. RGB value is (30,157,220). Sum of RGB (Red+Green+Blue) = 30+157+220=407 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.37% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E9DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9DDC is #E16223. Grayscale: #7D7D7D. Windows color (decimal): -14770724 or 14458142. OLE color: 14458142.

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

Color convert

RGB 30 157 220 -
CMYK 0.86 0.29 0 0.14
HSL 199.89º 0.76% 0.49% -
HSV(B) 199.89º 0.86% 0.86% -
XYZ 25.51 29.56 72.07 -
YUV 126.21 180.92 59.38 -
System Red Green Blue C M Y K H S L
Decimal 30 157 220 0.86 0.29 0 0.14 199.89 0.76 0.49
Hex 1E 9D DC 56 1D 0 E C8 4C 31
Octal 36 235 334 126 35 0 16 310 114 61
Binary 11110 10011101 11011100 1010110 11101 0 1110 11001000 1001100 110001

Color Harmonies of #1E9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9DDC

Black with #1E9DDC

Text Example


Text Example

White with #1E9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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