Html Css Color HEX #81ABCB Polo Blue

📋 copy color: '#81ABCB'

red 129 ◦ green 171 ◦ blue 203

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

Shades of Polo Blue #81ABCB

Tints of Polo Blue #81ABCB

RGB

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

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

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

R = 25.65%
G = 34%
B = 40.36%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#81ABCB (or 0x81ABCB) is known color: Polo Blue. HEX triplet: 81, AB and CB. RGB value is (129,171,203). Sum of RGB (Red+Green+Blue) = 129+171+203=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #81ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABCB is #7E5434. Grayscale: #A1A1A1. Windows color (decimal): -8279093 or 13347713. OLE color: 13347713.

HSL color Cylindrical-coordinate representation of color #81ABCB: hue angle of 205.95º 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 #81ABCB is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 171 203 -
CMYK 0.36 0.16 0 0.20
HSL 205.95º 0.42% 0.65% -
HSV(B) 205.95º 0.36% 0.8% -
XYZ 34.4 38.1 62.04 -
YUV 162.09 151.09 104.4 -
System Red Green Blue C M Y K H S L
Decimal 129 171 203 0.36 0.16 0 0.20 205.95 0.42 0.65
Hex 81 AB CB 24 10 0 14 CE 2A 41
Octal 201 253 313 44 20 0 24 316 52 101
Binary 10000001 10101011 11001011 100100 10000 0 10100 11001110 101010 1000001

Color Harmonies of #81ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABCB

Black with #81ABCB

Text Example


Text Example

White with #81ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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