#29C5FE

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

Shades of Summer Sky #29C5FE

Tints of Summer Sky #29C5FE

Color information

#29C5FE (or 0x29C5FE) is unknown color: approx Summer Sky. HEX triplet: 29, C5 and FE. RGB value is (41,197,254). Sum of RGB (Red+Green+Blue) = 41+197+254=492 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.33% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #29C5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C5FE is #D63A01. Grayscale: #9C9C9C. Windows color (decimal): -14039554 or 16696617. OLE color: 16696617.

HSL color Cylindrical-coordinate representation of color #29C5FE: hue angle of 196.06º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29C5FE is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB41197254-
CMYK0.840.2200.00
HSL196.06º99.07%57.84%-
HSV(B)196.06º83.86%99.61%-
XYZ38.7747.56100.9-
YUV156.85182.8245.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.33%
GREEN value IS 197 (77.34% from 255) = 40.04%
BLUE value IS 254 (99.61% from 255) = 51.63%
R=8.33%
G=40.04%
B=51.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal411972540.840.2200.00196.0699.0757.84
Hex29C5FE541600c4633a
Octal51305376124260030414372
Binary101001110001011111111010101001011000110001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29C5FE; }

 p { color: rgb(41,197,254); }

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

<style>
 a { background-color: #29C5FE; }

 a { background-color: rgb(41,197,254); }

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

<style>
 span { border-color: #29C5FE; }

 span { border-color: rgb(41,197,254); }

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