#29ACC2

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

Shades of Pelorous #29ACC2

Tints of Pelorous #29ACC2

Color information

#29ACC2 (or 0x29ACC2) is unknown color: approx Pelorous. HEX triplet: 29, AC and C2. RGB value is (41,172,194). Sum of RGB (Red+Green+Blue) = 41+172+194=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #29ACC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACC2 is #D6533D. Grayscale: #878787. Windows color (decimal): -14046014 or 12758057. OLE color: 12758057.

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

Color convert

RGB41172194-
CMYK0.790.1100.24
HSL188.63º65.11%46.08%-
HSV(B)188.63º78.87%76.08%-
XYZ25.433.8756.24-
YUV135.34161.160.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.07%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 194 (76.17% from 255) = 47.67%
R=10.07%
G=42.26%
B=47.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal411721940.790.1100.24188.6365.1146.08
Hex29ACC24FB018bd412e
Octal512543021171303027510156
Binary101001101011001100001010011111011011000101111011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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