#29AEBF

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

Shades of Pelorous #29AEBF

Tints of Pelorous #29AEBF

Color information

#29AEBF (or 0x29AEBF) is unknown color: approx Pelorous. HEX triplet: 29, AE and BF. RGB value is (41,174,191). Sum of RGB (Red+Green+Blue) = 41+174+191=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #29AEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AEBF is #D65140. Grayscale: #878787. Windows color (decimal): -14045505 or 12561961. OLE color: 12561961.

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

Color convert

RGB41174191-
CMYK0.790.0900.25
HSL186.8º64.66%45.49%-
HSV(B)186.8º78.53%74.9%-
XYZ25.4534.5154.61-
YUV136.17158.9460.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.10%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 191 (75% from 255) = 47.04%
R=10.10%
G=42.86%
B=47.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411741910.790.0900.25186.864.6645.49
Hex29AEBF4F9019bb412d
Octal512562771171103127310155
Binary101001101011101011111110011111001011001101110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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