#299FE8

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

Shades of Summer Sky #299FE8

Tints of Summer Sky #299FE8

Color information

#299FE8 (or 0x299FE8) is unknown color: approx Summer Sky. HEX triplet: 29, 9F and E8. RGB value is (41,159,232). Sum of RGB (Red+Green+Blue) = 41+159+232=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 232 (91.02% from 255 or 53.70% from 432); Max value from RGB is 232 - color contains mainly: blue. Hex color #299FE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #299FE8 is #D66017. Grayscale: #838383. Windows color (decimal): -14049304 or 15245097. OLE color: 15245097.

HSL color Cylindrical-coordinate representation of color #299FE8: hue angle of 202.93º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #299FE8 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB41159232-
CMYK0.820.3100.09
HSL202.93º80.59%53.53%-
HSV(B)202.93º82.33%90.98%-
XYZ27.8831.0980.88-
YUV132.04184.4163.06-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.49%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 232 (91.02% from 255) = 53.70%
R=9.49%
G=36.81%
B=53.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal411592320.820.3100.09202.9380.5953.53
Hex299FE8521F09cb5136
Octal512373501223701131312166
Binary101001100111111110100010100101111101001110010111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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