#29ABBD

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

Shades of Pelorous #29ABBD

Tints of Pelorous #29ABBD

Color information

#29ABBD (or 0x29ABBD) is unknown color: approx Pelorous. HEX triplet: 29, AB and BD. RGB value is (41,171,189). Sum of RGB (Red+Green+Blue) = 41+171+189=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #29ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ABBD is #D65442. Grayscale: #858585. Windows color (decimal): -14046275 or 12430121. OLE color: 12430121.

HSL color Cylindrical-coordinate representation of color #29ABBD: hue angle of 187.3º 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 #29ABBD is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB41171189-
CMYK0.780.1000.26
HSL187.3º64.35%45.1%-
HSV(B)187.3º78.31%74.12%-
XYZ24.6633.2753.27-
YUV134.18158.9361.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.22%
GREEN value IS 171 (67.19% from 255) = 42.64%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=10.22%
G=42.64%
B=47.13%

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
Decimal411711890.780.1000.26187.364.3545.1
Hex29ABBD4EA01Abb402d
Octal512532751161203227310055
Binary101001101010111011110110011101010011010101110111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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