Html Css Color HEX #29ADBE Pelorous

📋 copy color: '#29ADBE'

red 41 ◦ green 173 ◦ blue 190

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

Shades of Pelorous #29ADBE

Tints of Pelorous #29ADBE

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

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

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

RGB 41 173 190 -
CMYK 0.78 0.09 0 0.25
HSL 186.85º 0.65% 0.45% -
HSV(B) 186.85º 0.78% 0.75% -
XYZ 25.15 34.08 53.97 -
YUV 135.47 158.77 60.62 -
System Red Green Blue C M Y K H S L
Decimal 41 173 190 0.78 0.09 0 0.25 186.85 0.65 0.45
Hex 29 AD BE 4E 9 0 19 BB 41 2D
Octal 51 255 276 116 11 0 31 273 101 55
Binary 101001 10101101 10111110 1001110 1001 0 11001 10111011 1000001 101101

Color Harmonies of #29ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ADBE

Black with #29ADBE

Text Example


Text Example

White with #29ADBE

Text Example


Text Example

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