#29A2C4

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

Shades of Pelorous #29A2C4

Tints of Pelorous #29A2C4

Color information

#29A2C4 (or 0x29A2C4) is unknown color: approx Pelorous. HEX triplet: 29, A2 and C4. RGB value is (41,162,196). Sum of RGB (Red+Green+Blue) = 41+162+196=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 196 (76.95% from 255 or 49.12% from 399); Max value from RGB is 196 - color contains mainly: blue. Hex color #29A2C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A2C4 is #D65D3B. Grayscale: #818181. Windows color (decimal): -14048572 or 12886569. OLE color: 12886569.

HSL color Cylindrical-coordinate representation of color #29A2C4: hue angle of 193.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29A2C4 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB41162196-
CMYK0.790.1700.23
HSL193.16º65.4%46.47%-
HSV(B)193.16º79.08%76.86%-
XYZ23.830.356.82-
YUV129.7165.4164.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.28%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 196 (76.95% from 255) = 49.12%
R=10.28%
G=40.60%
B=49.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal411621960.790.1700.23193.1665.446.47
Hex29A2C44F11017c1412e
Octal512423041172102730110156
Binary1010011010001011000100100111110001010111110000011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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