Html Css Color HEX #81AACE Polo Blue

📋 copy color: '#81AACE'

red 129 ◦ green 170 ◦ blue 206

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

Shades of Polo Blue #81AACE

Tints of Polo Blue #81AACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 25.54%
G = 33.66%
B = 40.79%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#81AACE (or 0x81AACE) is known color: Polo Blue. HEX triplet: 81, AA and CE. RGB value is (129,170,206). Sum of RGB (Red+Green+Blue) = 129+170+206=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #81AACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AACE is #7E5531. Grayscale: #A1A1A1. Windows color (decimal): -8279346 or 13544065. OLE color: 13544065.

HSL color Cylindrical-coordinate representation of color #81AACE: hue angle of 208.05º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81AACE is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 170 206 -
CMYK 0.37 0.17 0 0.19
HSL 208.05º 0.44% 0.66% -
HSV(B) 208.05º 0.37% 0.81% -
XYZ 34.57 37.87 63.88 -
YUV 161.85 152.92 104.57 -
System Red Green Blue C M Y K H S L
Decimal 129 170 206 0.37 0.17 0 0.19 208.05 0.44 0.66
Hex 81 AA CE 25 11 0 13 D0 2C 42
Octal 201 252 316 45 21 0 23 320 54 102
Binary 10000001 10101010 11001110 100101 10001 0 10011 11010000 101100 1000010

Color Harmonies of #81AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AACE

Black with #81AACE

Text Example


Text Example

White with #81AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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