#1e9fdd

Color #1E9FDD Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #1E9FDD

Tints of Summer Sky #1E9FDD

Color information

#1E9FDD (or 0x1E9FDD) is unknown color: approx Summer Sky. HEX triplet: 1E, 9F and DD. RGB value is (30,159,221). Sum of RGB (Red+Green+Blue) = 30+159+221=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E9FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9FDD is #E16022. Grayscale: #7F7F7F. Windows color (decimal): -14770211 or 14524190. OLE color: 14524190.

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

Color convert

RGB30159221-
CMYK0.860.2800.13
HSL199.48º76.1%49.22%-
HSV(B)199.48º86.43%86.67%-
XYZ25.9830.2972.88-
YUV127.5180.7658.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 7.32%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 221 (86.72% from 255) = 53.90%
R=7.32%
G=38.78%
B=53.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301592210.860.2800.13199.4876.149.22
Hex1E9FDD561C0Dc74c31
Octal362373351263401530711461
Binary11110100111111101110110101101110001101110001111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e9fdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1e9fdd;
 }
 .AnyTagClassName
 {
   color: #1e9fdd;
 }
</style>
background-color css

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

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

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

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

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

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