#29C2FA

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

Shades of Summer Sky #29C2FA

Tints of Summer Sky #29C2FA

Color information

#29C2FA (or 0x29C2FA) is unknown color: approx Summer Sky. HEX triplet: 29, C2 and FA. RGB value is (41,194,250). Sum of RGB (Red+Green+Blue) = 41+194+250=485 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.45% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #29C2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C2FA is #D63D05. Grayscale: #9A9A9A. Windows color (decimal): -14040326 or 16433705. OLE color: 16433705.

HSL color Cylindrical-coordinate representation of color #29C2FA: hue angle of 196.08º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #29C2FA is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB41194250-
CMYK0.840.2200.02
HSL196.08º95.43%57.06%-
HSV(B)196.08º83.6%98.04%-
XYZ37.4645.9697.34-
YUV154.64181.8146.95-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.45%
GREEN value IS 194 (76.17% from 255) = 40%
BLUE value IS 250 (98.05% from 255) = 51.55%
R=8.45%
G=40%
B=51.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal411942500.840.2200.02196.0895.4357.06
Hex29C2FA541602c45f39
Octal51302372124260230413771
Binary1010011100001011111010101010010110010110001001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,194,250); }

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

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

 a { background-color: rgb(41,194,250); }

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

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

 span { border-color: rgb(41,194,250); }

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