Html Css Color HEX #81AACA Polo Blue

📋 copy color: '#81AACA'

red 129 ◦ green 170 ◦ blue 202

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

Shades of Polo Blue #81AACA

Tints of Polo Blue #81AACA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.93%

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 25.75%
G = 33.93%
B = 40.32%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#81AACA (or 0x81AACA) is known color: Polo Blue. HEX triplet: 81, AA and CA. RGB value is (129,170,202). Sum of RGB (Red+Green+Blue) = 129+170+202=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #81AACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AACA is #7E5535. Grayscale: #A1A1A1. Windows color (decimal): -8279350 or 13281921. OLE color: 13281921.

HSL color Cylindrical-coordinate representation of color #81AACA: hue angle of 206.3º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81AACA is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 170 202 -
CMYK 0.36 0.16 0 0.21
HSL 206.3º 0.41% 0.65% -
HSV(B) 206.3º 0.36% 0.79% -
XYZ 34.09 37.68 61.35 -
YUV 161.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 129 170 202 0.36 0.16 0 0.21 206.3 0.41 0.65
Hex 81 AA CA 24 10 0 15 CE 29 41
Octal 201 252 312 44 20 0 25 316 51 101
Binary 10000001 10101010 11001010 100100 10000 0 10101 11001110 101001 1000001

Color Harmonies of #81AACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AACA

Black with #81AACA

Text Example


Text Example

White with #81AACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,170,202); }

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

background-color css

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

 a { background-color: rgb(129,170,202); }

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

border-color css

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

 span { border-color: rgb(129,170,202); }

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