#29C3FA

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

Shades of Summer Sky #29C3FA

Tints of Summer Sky #29C3FA

Color information

#29C3FA (or 0x29C3FA) is unknown color: approx Summer Sky. HEX triplet: 29, C3 and FA. RGB value is (41,195,250). Sum of RGB (Red+Green+Blue) = 41+195+250=486 (64% of max value = 765). Red value is 41 (16.41% from 255 or 8.44% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #29C3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #29C3FA is #D63C05. Grayscale: #9A9A9A. Windows color (decimal): -14040070 or 16433961. OLE color: 16433961.

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

Color convert

RGB41195250-
CMYK0.840.2200.02
HSL195.79º95.43%57.06%-
HSV(B)195.79º83.6%98.04%-
XYZ37.6846.497.41-
YUV155.22181.4846.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 8.44%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 250 (98.05% from 255) = 51.44%
R=8.44%
G=40.12%
B=51.44%

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
Decimal411952500.840.2200.02195.7995.4357.06
Hex29C3FA541602c45f39
Octal51303372124260230413771
Binary1010011100001111111010101010010110010110001001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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