#29ADBE

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

Shades of Pelorous #29ADBE

Tints of Pelorous #29ADBE

Color information

#29ADBE (or 0x29ADBE) is unknown color: approx Pelorous. HEX triplet: 29, AD and BE. RGB value is (41,173,190). Sum of RGB (Red+Green+Blue) = 41+173+190=404 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.15% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #29ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ADBE is #D65241. Grayscale: #878787. Windows color (decimal): -14045762 or 12496169. OLE color: 12496169.

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

Color convert

RGB41173190-
CMYK0.780.0900.25
HSL186.85º64.5%45.29%-
HSV(B)186.85º78.42%74.51%-
XYZ25.1534.0853.97-
YUV135.47158.7760.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.15%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=10.15%
G=42.82%
B=47.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411731900.780.0900.25186.8564.545.29
Hex29ADBE4E9019bb412d
Octal512552761161103127310155
Binary101001101011011011111010011101001011001101110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,173,190); }

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

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

 a { background-color: rgb(41,173,190); }

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

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

 span { border-color: rgb(41,173,190); }

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