Html Css Color HEX #81ACC9 Polo Blue

📋 copy color: '#81ACC9'

red 129 ◦ green 172 ◦ blue 201

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

Shades of Polo Blue #81ACC9

Tints of Polo Blue #81ACC9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.26%

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

R = 25.7%
G = 34.26%
B = 40.04%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#81ACC9 (or 0x81ACC9) is known color: Polo Blue. HEX triplet: 81, AC and C9. RGB value is (129,172,201). Sum of RGB (Red+Green+Blue) = 129+172+201=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #81ACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACC9 is #7E5336. Grayscale: #A2A2A2. Windows color (decimal): -8278839 or 13216897. OLE color: 13216897.

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

Color convert

RGB 129 172 201 -
CMYK 0.36 0.14 0 0.21
HSL 204.17º 0.4% 0.65% -
HSV(B) 204.17º 0.36% 0.79% -
XYZ 34.35 38.39 60.86 -
YUV 162.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 129 172 201 0.36 0.14 0 0.21 204.17 0.4 0.65
Hex 81 AC C9 24 E 0 15 CC 28 41
Octal 201 254 311 44 16 0 25 314 50 101
Binary 10000001 10101100 11001001 100100 1110 0 10101 11001100 101000 1000001

Color Harmonies of #81ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACC9

Black with #81ACC9

Text Example


Text Example

White with #81ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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