#29ACC1

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

Shades of Pelorous #29ACC1

Tints of Pelorous #29ACC1

Color information

#29ACC1 (or 0x29ACC1) is unknown color: approx Pelorous. HEX triplet: 29, AC and C1. RGB value is (41,172,193). Sum of RGB (Red+Green+Blue) = 41+172+193=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #29ACC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACC1 is #D6533E. Grayscale: #878787. Windows color (decimal): -14046015 or 12692521. OLE color: 12692521.

HSL color Cylindrical-coordinate representation of color #29ACC1: hue angle of 188.29º 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 #29ACC1 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB41172193-
CMYK0.790.1100.24
HSL188.29º64.96%45.88%-
HSV(B)188.29º78.76%75.69%-
XYZ25.2933.8355.65-
YUV135.22160.660.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.10%
GREEN value IS 172 (67.58% from 255) = 42.36%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=10.10%
G=42.36%
B=47.54%

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
Decimal411721930.790.1100.24188.2964.9645.88
Hex29ACC14FB018bc412e
Octal512543011171303027410156
Binary101001101011001100000110011111011011000101111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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