Html Css Color HEX #81AAC9 Polo Blue

📋 copy color: '#81AAC9'

red 129 ◦ green 170 ◦ blue 201

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

Shades of Polo Blue #81AAC9

Tints of Polo Blue #81AAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.2%

R = 25.8%
G = 34%
B = 40.2%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#81AAC9 (or 0x81AAC9) is known color: Polo Blue. HEX triplet: 81, AA and C9. RGB value is (129,170,201). Sum of RGB (Red+Green+Blue) = 129+170+201=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 201 - color contains mainly: blue. Hex color #81AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AAC9 is #7E5536. Grayscale: #A1A1A1. Windows color (decimal): -8279351 or 13216385. OLE color: 13216385.

HSL color Cylindrical-coordinate representation of color #81AAC9: hue angle of 205.83º degrees, saturation: 0.4, 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 #81AAC9 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 170 201 -
CMYK 0.36 0.15 0 0.21
HSL 205.83º 0.4% 0.65% -
HSV(B) 205.83º 0.36% 0.79% -
XYZ 33.97 37.63 60.73 -
YUV 161.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 129 170 201 0.36 0.15 0 0.21 205.83 0.4 0.65
Hex 81 AA C9 24 F 0 15 CE 28 41
Octal 201 252 311 44 17 0 25 316 50 101
Binary 10000001 10101010 11001001 100100 1111 0 10101 11001110 101000 1000001

Color Harmonies of #81AAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AAC9

Black with #81AAC9

Text Example


Text Example

White with #81AAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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