Html Css Color HEX #81A0BE Polo Blue

📋 copy color: '#81A0BE'

red 129 ◦ green 160 ◦ blue 190

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

Shades of Polo Blue #81A0BE

Tints of Polo Blue #81A0BE

RGB

 RED value IS 129 (50.78% from 255) = 26.93%

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 26.93%
G = 33.4%
B = 39.67%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#81A0BE (or 0x81A0BE) is known color: Polo Blue. HEX triplet: 81, A0 and BE. RGB value is (129,160,190). Sum of RGB (Red+Green+Blue) = 129+160+190=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #81A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A0BE is #7E5F41. Grayscale: #9A9A9A. Windows color (decimal): -8281922 or 12492929. OLE color: 12492929.

HSL color Cylindrical-coordinate representation of color #81A0BE: hue angle of 209.51º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81A0BE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 160 190 -
CMYK 0.32 0.16 0 0.25
HSL 209.51º 0.32% 0.63% -
HSV(B) 209.51º 0.32% 0.75% -
XYZ 30.92 33.53 53.56 -
YUV 154.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 129 160 190 0.32 0.16 0 0.25 209.51 0.32 0.63
Hex 81 A0 BE 20 10 0 19 D2 20 3F
Octal 201 240 276 40 20 0 31 322 40 77
Binary 10000001 10100000 10111110 100000 10000 0 11001 11010010 100000 111111

Color Harmonies of #81A0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A0BE

Black with #81A0BE

Text Example


Text Example

White with #81A0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81A0BE; }

 p { color: rgb(129,160,190); }

 H1.HeaderClassName
 {
   color: #81A0BE;
 }
 .AnyTagClassName
 {
   color: #81A0BE;
 }
</style>

background-color css

<style>
 a { background-color: #81A0BE; }

 a { background-color: rgb(129,160,190); }

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

border-color css

<style>
 span { border-color: #81A0BE; }

 span { border-color: rgb(129,160,190); }

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