Html Css Color HEX #81ACCB Polo Blue

📋 copy color: '#81ACCB'

red 129 ◦ green 172 ◦ blue 203

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

Shades of Polo Blue #81ACCB

Tints of Polo Blue #81ACCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 25.6%
G = 34.13%
B = 40.28%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#81ACCB (or 0x81ACCB) is known color: Polo Blue. HEX triplet: 81, AC and CB. RGB value is (129,172,203). Sum of RGB (Red+Green+Blue) = 129+172+203=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #81ACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ACCB is #7E5334. Grayscale: #A2A2A2. Windows color (decimal): -8278837 or 13347969. OLE color: 13347969.

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

Color convert

RGB 129 172 203 -
CMYK 0.36 0.15 0 0.20
HSL 205.14º 0.42% 0.65% -
HSV(B) 205.14º 0.36% 0.8% -
XYZ 34.59 38.48 62.11 -
YUV 162.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 129 172 203 0.36 0.15 0 0.20 205.14 0.42 0.65
Hex 81 AC CB 24 F 0 14 CD 2A 41
Octal 201 254 313 44 17 0 24 315 52 101
Binary 10000001 10101100 11001011 100100 1111 0 10100 11001101 101010 1000001

Color Harmonies of #81ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ACCB

Black with #81ACCB

Text Example


Text Example

White with #81ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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