#29C3FE

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

Shades of Summer Sky #29C3FE

Tints of Summer Sky #29C3FE

Color information

#29C3FE (or 0x29C3FE) is unknown color: approx Summer Sky. HEX triplet: 29, C3 and FE. RGB value is (41,195,254). Sum of RGB (Red+Green+Blue) = 41+195+254=490 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.37% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #29C3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C3FE is #D63C01. Grayscale: #9B9B9B. Windows color (decimal): -14040066 or 16696105. OLE color: 16696105.

HSL color Cylindrical-coordinate representation of color #29C3FE: hue angle of 196.62º 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 #29C3FE is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB41195254-
CMYK0.840.2300.00
HSL196.62º99.07%57.84%-
HSV(B)196.62º83.86%99.61%-
XYZ38.3246.66100.75-
YUV155.68183.4846.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.37%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 254 (99.61% from 255) = 51.84%
R=8.37%
G=39.80%
B=51.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal411952540.840.2300.00196.6299.0757.84
Hex29C3FE541700c5633a
Octal51303376124270030514372
Binary101001110000111111111010101001011100110001011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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