Html Css Color HEX #29A8BB Pelorous

📋 copy color: '#29A8BB'

red 41 ◦ green 168 ◦ blue 187

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

Shades of Pelorous #29A8BB

Tints of Pelorous #29A8BB

RGB

 RED value IS 41 (16.41% from 255) = 10.35%

 GREEN value IS 168 (66.02% from 255) = 42.42%

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 10.35%
G = 42.42%
B = 47.22%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#29A8BB (or 0x29A8BB) is known color: Pelorous. HEX triplet: 29, A8 and BB. RGB value is (41,168,187). Sum of RGB (Red+Green+Blue) = 41+168+187=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #29A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29A8BB is #D65744. Grayscale: #838383. Windows color (decimal): -14047045 or 12298281. OLE color: 12298281.

HSL color Cylindrical-coordinate representation of color #29A8BB: hue angle of 187.81º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29A8BB is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 168 187 -
CMYK 0.78 0.10 0 0.27
HSL 187.81º 0.64% 0.45% -
HSV(B) 187.81º 0.78% 0.73% -
XYZ 23.89 32.06 51.94 -
YUV 132.19 158.92 62.96 -
System Red Green Blue C M Y K H S L
Decimal 41 168 187 0.78 0.10 0 0.27 187.81 0.64 0.45
Hex 29 A8 BB 4E A 0 1B BC 40 2D
Octal 51 250 273 116 12 0 33 274 100 55
Binary 101001 10101000 10111011 1001110 1010 0 11011 10111100 1000000 101101

Color Harmonies of #29A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29A8BB

Black with #29A8BB

Text Example


Text Example

White with #29A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,168,187); }

 H1.HeaderClassName
 {
   color: #29A8BB;
 }
 .AnyTagClassName
 {
   color: #29A8BB;
 }
</style>

background-color css

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

 a { background-color: rgb(41,168,187); }

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

border-color css

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

 span { border-color: rgb(41,168,187); }

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