Html Css Color HEX #81ABCF Polo Blue

📋 copy color: '#81ABCF'

red 129 ◦ green 171 ◦ blue 207

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

Shades of Polo Blue #81ABCF

Tints of Polo Blue #81ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 25.44%
G = 33.73%
B = 40.83%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#81ABCF (or 0x81ABCF) is known color: Polo Blue. HEX triplet: 81, AB and CF. RGB value is (129,171,207). Sum of RGB (Red+Green+Blue) = 129+171+207=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #81ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABCF is #7E5430. Grayscale: #A2A2A2. Windows color (decimal): -8279089 or 13609857. OLE color: 13609857.

HSL color Cylindrical-coordinate representation of color #81ABCF: hue angle of 207.69º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81ABCF is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 171 207 -
CMYK 0.38 0.17 0 0.19
HSL 207.69º 0.45% 0.66% -
HSV(B) 207.69º 0.38% 0.81% -
XYZ 34.88 38.3 64.59 -
YUV 162.55 153.09 104.07 -
System Red Green Blue C M Y K H S L
Decimal 129 171 207 0.38 0.17 0 0.19 207.69 0.45 0.66
Hex 81 AB CF 26 11 0 13 D0 2D 42
Octal 201 253 317 46 21 0 23 320 55 102
Binary 10000001 10101011 11001111 100110 10001 0 10011 11010000 101101 1000010

Color Harmonies of #81ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ABCF

Black with #81ABCF

Text Example


Text Example

White with #81ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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