#29A6BF

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

Shades of Pelorous #29A6BF

Tints of Pelorous #29A6BF

Color information

#29A6BF (or 0x29A6BF) is unknown color: approx Pelorous. HEX triplet: 29, A6 and BF. RGB value is (41,166,191). Sum of RGB (Red+Green+Blue) = 41+166+191=398 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.30% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #29A6BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A6BF is #D65940. Grayscale: #838383. Windows color (decimal): -14047553 or 12559913. OLE color: 12559913.

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

Color convert

RGB41166191-
CMYK0.790.1300.25
HSL190º64.66%45.49%-
HSV(B)190º78.53%74.9%-
XYZ23.9531.5154.11-
YUV131.48161.5963.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.30%
GREEN value IS 166 (65.23% from 255) = 41.71%
BLUE value IS 191 (75% from 255) = 47.99%
R=10.30%
G=41.71%
B=47.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411661910.790.1300.2519064.6645.49
Hex29A6BF4FD019be412d
Octal512462771171503127610155
Binary101001101001101011111110011111101011001101111101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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