#29ABBF

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

Shades of Pelorous #29ABBF

Tints of Pelorous #29ABBF

Color information

#29ABBF (or 0x29ABBF) is unknown color: approx Pelorous. HEX triplet: 29, AB and BF. RGB value is (41,171,191). Sum of RGB (Red+Green+Blue) = 41+171+191=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #29ABBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ABBF is #D65440. Grayscale: #868686. Windows color (decimal): -14046273 or 12561193. OLE color: 12561193.

HSL color Cylindrical-coordinate representation of color #29ABBF: hue angle of 188º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29ABBF is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41171191-
CMYK0.790.1000.25
HSL188º64.66%45.49%-
HSV(B)188º78.53%74.9%-
XYZ24.8833.3654.42-
YUV134.41159.9361.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.17%
GREEN value IS 171 (67.19% from 255) = 42.43%
BLUE value IS 191 (75% from 255) = 47.39%
R=10.17%
G=42.43%
B=47.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411711910.790.1000.2518864.6645.49
Hex29ABBF4FA019bc412d
Octal512532771171203127410155
Binary101001101010111011111110011111010011001101111001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,171,191); }

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

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

 a { background-color: rgb(41,171,191); }

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

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

 span { border-color: rgb(41,171,191); }

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