#299EDA

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

Shades of Summer Sky #299EDA

Tints of Summer Sky #299EDA

Color information

#299EDA (or 0x299EDA) is unknown color: approx Summer Sky. HEX triplet: 29, 9E and DA. RGB value is (41,158,218). Sum of RGB (Red+Green+Blue) = 41+158+218=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #299EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299EDA is #D66125. Grayscale: #818181. Windows color (decimal): -14049574 or 14327337. OLE color: 14327337.

HSL color Cylindrical-coordinate representation of color #299EDA: hue angle of 200.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #299EDA is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB41158218-
CMYK0.810.2800.15
HSL200.34º70.52%50.78%-
HSV(B)200.34º81.19%85.49%-
XYZ25.829.9970.76-
YUV129.86177.7464.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.83%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 218 (85.55% from 255) = 52.28%
R=9.83%
G=37.89%
B=52.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal411582180.810.2800.15200.3470.5250.78
Hex299EDA511C0Fc84733
Octal512363321213401731010763
Binary101001100111101101101010100011110001111110010001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299EDA; }

 p { color: rgb(41,158,218); }

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

<style>
 a { background-color: #299EDA; }

 a { background-color: rgb(41,158,218); }

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

<style>
 span { border-color: #299EDA; }

 span { border-color: rgb(41,158,218); }

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