Html Css Color HEX #81ACCC Polo Blue

📋 copy color: '#81ACCC'

red 129 ◦ green 172 ◦ blue 204

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

Shades of Polo Blue #81ACCC

Tints of Polo Blue #81ACCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 25.54%
G = 34.06%
B = 40.4%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#81ACCC (or 0x81ACCC) is known color: Polo Blue. HEX triplet: 81, AC and CC. RGB value is (129,172,204). Sum of RGB (Red+Green+Blue) = 129+172+204=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #81ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACCC is #7E5333. Grayscale: #A2A2A2. Windows color (decimal): -8278836 or 13413505. OLE color: 13413505.

HSL color Cylindrical-coordinate representation of color #81ACCC: hue angle of 205.6º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81ACCC is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 172 204 -
CMYK 0.37 0.16 0 0.2
HSL 205.6º 0.42% 0.65% -
HSV(B) 205.6º 0.37% 0.8% -
XYZ 34.7 38.53 62.73 -
YUV 162.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 129 172 204 0.37 0.16 0 0.2 205.6 0.42 0.65
Hex 81 AC CC 25 10 0 14 CE 2A 41
Octal 201 254 314 45 20 0 24 316 52 101
Binary 10000001 10101100 11001100 100101 10000 0 10100 11001110 101010 1000001

Color Harmonies of #81ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACCC

Black with #81ACCC

Text Example


Text Example

White with #81ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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