Html Css Color HEX #1E9FDC Summer Sky

📋 copy color: '#1E9FDC'

red 30 ◦ green 159 ◦ blue 220

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

Shades of Summer Sky #1E9FDC

Tints of Summer Sky #1E9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.88%

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

R = 7.33%
G = 38.88%
B = 53.79%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E9FDC (or 0x1E9FDC) is known color: Summer Sky. HEX triplet: 1E, 9F and DC. RGB value is (30,159,220). Sum of RGB (Red+Green+Blue) = 30+159+220=409 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.33% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E9FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9FDC is #E16023. Grayscale: #7F7F7F. Windows color (decimal): -14770212 or 14458654. OLE color: 14458654.

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

Color convert

RGB 30 159 220 -
CMYK 0.86 0.28 0 0.14
HSL 199.26º 0.76% 0.49% -
HSV(B) 199.26º 0.86% 0.86% -
XYZ 25.85 30.24 72.18 -
YUV 127.38 180.26 58.54 -
System Red Green Blue C M Y K H S L
Decimal 30 159 220 0.86 0.28 0 0.14 199.26 0.76 0.49
Hex 1E 9F DC 56 1C 0 E C7 4C 31
Octal 36 237 334 126 34 0 16 307 114 61
Binary 11110 10011111 11011100 1010110 11100 0 1110 11000111 1001100 110001

Color Harmonies of #1E9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9FDC

Black with #1E9FDC

Text Example


Text Example

White with #1E9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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