#29C4FE

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

Shades of Summer Sky #29C4FE

Tints of Summer Sky #29C4FE

Color information

#29C4FE (or 0x29C4FE) is unknown color: approx Summer Sky. HEX triplet: 29, C4 and FE. RGB value is (41,196,254). Sum of RGB (Red+Green+Blue) = 41+196+254=491 (65% of max value = 765). Red value is 41 (16.41% from 255 or 8.35% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #29C4FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C4FE is #D63B01. Grayscale: #9B9B9B. Windows color (decimal): -14039810 or 16696361. OLE color: 16696361.

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

Color convert

RGB41196254-
CMYK0.840.2300.00
HSL196.34º99.07%57.84%-
HSV(B)196.34º83.86%99.61%-
XYZ38.5447.11100.83-
YUV156.27183.1545.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.35%
GREEN value IS 196 (76.95% from 255) = 39.92%
BLUE value IS 254 (99.61% from 255) = 51.73%
R=8.35%
G=39.92%
B=51.73%

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
Decimal411962540.840.2300.00196.3499.0757.84
Hex29C4FE541700c4633a
Octal51304376124270030414372
Binary101001110001001111111010101001011100110001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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