#299FDA

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

Shades of Summer Sky #299FDA

Tints of Summer Sky #299FDA

Color information

#299FDA (or 0x299FDA) is unknown color: approx Summer Sky. HEX triplet: 29, 9F and DA. RGB value is (41,159,218). Sum of RGB (Red+Green+Blue) = 41+159+218=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #299FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299FDA is #D66025. Grayscale: #828282. Windows color (decimal): -14049318 or 14327593. OLE color: 14327593.

HSL color Cylindrical-coordinate representation of color #299FDA: hue angle of 200º 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 #299FDA is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB41159218-
CMYK0.810.2700.15
HSL200º70.52%50.78%-
HSV(B)200º81.19%85.49%-
XYZ25.9730.3370.82-
YUV130.44177.4164.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.81%
GREEN value IS 159 (62.5% from 255) = 38.04%
BLUE value IS 218 (85.55% from 255) = 52.15%
R=9.81%
G=38.04%
B=52.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal411592180.810.2700.1520070.5250.78
Hex299FDA511B0Fc84733
Octal512373321213301731010763
Binary101001100111111101101010100011101101111110010001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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