#29AABC

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

Shades of Pelorous #29AABC

Tints of Pelorous #29AABC

Color information

#29AABC (or 0x29AABC) is unknown color: approx Pelorous. HEX triplet: 29, AA and BC. RGB value is (41,170,188). Sum of RGB (Red+Green+Blue) = 41+170+188=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #29AABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AABC is #D65543. Grayscale: #858585. Windows color (decimal): -14046532 or 12364329. OLE color: 12364329.

HSL color Cylindrical-coordinate representation of color #29AABC: hue angle of 187.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29AABC is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB41170188-
CMYK0.780.1000.26
HSL187.35º64.19%44.9%-
HSV(B)187.35º78.19%73.73%-
XYZ24.3732.8552.63-
YUV133.48158.7662.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.28%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=10.28%
G=42.61%
B=47.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal411701880.780.1000.26187.3564.1944.9
Hex29AABC4EA01Abb402d
Octal512522741161203227310055
Binary101001101010101011110010011101010011010101110111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,170,188); }

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

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

 a { background-color: rgb(41,170,188); }

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

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

 span { border-color: rgb(41,170,188); }

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