Html Css Color HEX #29ABBD Pelorous

📋 copy color: '#29ABBD'

red 41 ◦ green 171 ◦ blue 189

#29ABBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #29ABBD

Tints of Pelorous #29ABBD

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 value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#29ABBD (or 0x29ABBD) is known color: 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

RGB 41 171 189 -
CMYK 0.78 0.10 0 0.26
HSL 187.3º 0.64% 0.45% -
HSV(B) 187.3º 0.78% 0.74% -
XYZ 24.66 33.27 53.27 -
YUV 134.18 158.93 61.54 -
System Red Green Blue C M Y K H S L
Decimal 41 171 189 0.78 0.10 0 0.26 187.3 0.64 0.45
Hex 29 AB BD 4E A 0 1A BB 40 2D
Octal 51 253 275 116 12 0 32 273 100 55
Binary 101001 10101011 10111101 1001110 1010 0 11010 10111011 1000000 101101

Color Harmonies of #29ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ABBD

Black with #29ABBD

Text Example


Text Example

White with #29ABBD

Text Example


Text Example

HTML Codes & Css Web 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>