Html Css Color HEX #81ABCD Polo Blue

📋 copy color: '#81ABCD'

red 129 ◦ green 171 ◦ blue 205

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

Shades of Polo Blue #81ABCD

Tints of Polo Blue #81ABCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 25.54%
G = 33.86%
B = 40.59%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#81ABCD (or 0x81ABCD) is known color: Polo Blue. HEX triplet: 81, AB and CD. RGB value is (129,171,205). Sum of RGB (Red+Green+Blue) = 129+171+205=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #81ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABCD is #7E5432. Grayscale: #A2A2A2. Windows color (decimal): -8279091 or 13478785. OLE color: 13478785.

HSL color Cylindrical-coordinate representation of color #81ABCD: hue angle of 206.84º degrees, saturation: 0.43, 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 #81ABCD is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 171 205 -
CMYK 0.37 0.17 0 0.20
HSL 206.84º 0.43% 0.65% -
HSV(B) 206.84º 0.37% 0.8% -
XYZ 34.64 38.2 63.31 -
YUV 162.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 129 171 205 0.37 0.17 0 0.20 206.84 0.43 0.65
Hex 81 AB CD 25 11 0 14 CF 2B 41
Octal 201 253 315 45 21 0 24 317 53 101
Binary 10000001 10101011 11001101 100101 10001 0 10100 11001111 101011 1000001

Color Harmonies of #81ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABCD

Black with #81ABCD

Text Example


Text Example

White with #81ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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