Html Css Color HEX #81ACCA Polo Blue

📋 copy color: '#81ACCA'

red 129 ◦ green 172 ◦ blue 202

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

Shades of Polo Blue #81ACCA

Tints of Polo Blue #81ACCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 25.65%
G = 34.19%
B = 40.16%

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

#81ACCA (or 0x81ACCA) is known color: Polo Blue. HEX triplet: 81, AC and CA. RGB value is (129,172,202). Sum of RGB (Red+Green+Blue) = 129+172+202=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #81ACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACCA is #7E5335. Grayscale: #A2A2A2. Windows color (decimal): -8278838 or 13282433. OLE color: 13282433.

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

Color convert

RGB 129 172 202 -
CMYK 0.36 0.15 0 0.21
HSL 204.66º 0.41% 0.65% -
HSV(B) 204.66º 0.36% 0.79% -
XYZ 34.47 38.44 61.48 -
YUV 162.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 129 172 202 0.36 0.15 0 0.21 204.66 0.41 0.65
Hex 81 AC CA 24 F 0 15 CD 29 41
Octal 201 254 312 44 17 0 25 315 51 101
Binary 10000001 10101100 11001010 100100 1111 0 10101 11001101 101001 1000001

Color Harmonies of #81ACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACCA

Black with #81ACCA

Text Example


Text Example

White with #81ACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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