Html Css Color HEX #81ABC9 Polo Blue

📋 copy color: '#81ABC9'

red 129 ◦ green 171 ◦ blue 201

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

Shades of Polo Blue #81ABC9

Tints of Polo Blue #81ABC9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.13%

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

R = 25.75%
G = 34.13%
B = 40.12%

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

#81ABC9 (or 0x81ABC9) is known color: Polo Blue. HEX triplet: 81, AB and C9. RGB value is (129,171,201). Sum of RGB (Red+Green+Blue) = 129+171+201=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #81ABC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABC9 is #7E5436. Grayscale: #A1A1A1. Windows color (decimal): -8279095 or 13216641. OLE color: 13216641.

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

Color convert

RGB 129 171 201 -
CMYK 0.36 0.15 0 0.21
HSL 205º 0.4% 0.65% -
HSV(B) 205º 0.36% 0.79% -
XYZ 34.16 38.01 60.79 -
YUV 161.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 129 171 201 0.36 0.15 0 0.21 205 0.4 0.65
Hex 81 AB C9 24 F 0 15 CD 28 41
Octal 201 253 311 44 17 0 25 315 50 101
Binary 10000001 10101011 11001001 100100 1111 0 10101 11001101 101000 1000001

Color Harmonies of #81ABC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABC9

Black with #81ABC9

Text Example


Text Example

White with #81ABC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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