#29A3C9

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

Shades of Pelorous #29A3C9

Tints of Pelorous #29A3C9

Color information

#29A3C9 (or 0x29A3C9) is unknown color: approx Pelorous. HEX triplet: 29, A3 and C9. RGB value is (41,163,201). Sum of RGB (Red+Green+Blue) = 41+163+201=405 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.12% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 201 (78.91% from 255 or 49.63% from 405); Max value from RGB is 201 - color contains mainly: blue. Hex color #29A3C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A3C9 is #D65C36. Grayscale: #828282. Windows color (decimal): -14048311 or 13214505. OLE color: 13214505.

HSL color Cylindrical-coordinate representation of color #29A3C9: hue angle of 194.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29A3C9 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB41163201-
CMYK0.800.1900.21
HSL194.25º66.12%47.45%-
HSV(B)194.25º79.6%78.82%-
XYZ24.5530.8859.93-
YUV130.85167.5863.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.12%
GREEN value IS 163 (64.06% from 255) = 40.25%
BLUE value IS 201 (78.91% from 255) = 49.63%
R=10.12%
G=40.25%
B=49.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal411632010.800.1900.21194.2566.1247.45
Hex29A3C95013015c2422f
Octal512433111202302530210257
Binary1010011010001111001001101000010011010101110000101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,163,201); }

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

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

 a { background-color: rgb(41,163,201); }

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

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

 span { border-color: rgb(41,163,201); }

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