Html Css Color HEX #81ACC6 Polo Blue

📋 copy color: '#81ACC6'

red 129 ◦ green 172 ◦ blue 198

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

Shades of Polo Blue #81ACC6

Tints of Polo Blue #81ACC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.68%

R = 25.85%
G = 34.47%
B = 39.68%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#81ACC6 (or 0x81ACC6) is known color: Polo Blue. HEX triplet: 81, AC and C6. RGB value is (129,172,198). Sum of RGB (Red+Green+Blue) = 129+172+198=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 198 - color contains mainly: blue. Hex color #81ACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACC6 is #7E5339. Grayscale: #A1A1A1. Windows color (decimal): -8278842 or 13020289. OLE color: 13020289.

HSL color Cylindrical-coordinate representation of color #81ACC6: hue angle of 202.61º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81ACC6 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 172 198 -
CMYK 0.35 0.13 0 0.22
HSL 202.61º 0.38% 0.64% -
HSV(B) 202.61º 0.35% 0.78% -
XYZ 34 38.25 59.02 -
YUV 162.11 148.25 104.39 -
System Red Green Blue C M Y K H S L
Decimal 129 172 198 0.35 0.13 0 0.22 202.61 0.38 0.64
Hex 81 AC C6 23 D 0 16 CB 26 40
Octal 201 254 306 43 15 0 26 313 46 100
Binary 10000001 10101100 11000110 100011 1101 0 10110 11001011 100110 1000000

Color Harmonies of #81ACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACC6

Black with #81ACC6

Text Example


Text Example

White with #81ACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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