Html Css Color HEX #81A0D5 Polo Blue

📋 copy color: '#81A0D5'

red 129 ◦ green 160 ◦ blue 213

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

Shades of Polo Blue #81A0D5

Tints of Polo Blue #81A0D5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.87%

 BLUE value IS 213 (83.59% from 255) = 42.43%

R = 25.7%
G = 31.87%
B = 42.43%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#81A0D5 (or 0x81A0D5) is known color: Polo Blue. HEX triplet: 81, A0 and D5. RGB value is (129,160,213). Sum of RGB (Red+Green+Blue) = 129+160+213=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 160 (62.89% from 255 or 31.87% from 502); Blue value is 213 (83.59% from 255 or 42.43% from 502); Max value from RGB is 213 - color contains mainly: blue. Hex color #81A0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A0D5 is #7E5F2A. Grayscale: #9C9C9C. Windows color (decimal): -8281899 or 14000257. OLE color: 14000257.

HSL color Cylindrical-coordinate representation of color #81A0D5: hue angle of 217.86º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81A0D5 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 160 213 -
CMYK 0.39 0.25 0 0.16
HSL 217.86º 0.5% 0.67% -
HSV(B) 217.86º 0.39% 0.84% -
XYZ 33.63 34.61 67.86 -
YUV 156.77 159.73 108.19 -
System Red Green Blue C M Y K H S L
Decimal 129 160 213 0.39 0.25 0 0.16 217.86 0.5 0.67
Hex 81 A0 D5 27 19 0 10 DA 32 43
Octal 201 240 325 47 31 0 20 332 62 103
Binary 10000001 10100000 11010101 100111 11001 0 10000 11011010 110010 1000011

Color Harmonies of #81A0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A0D5

Black with #81A0D5

Text Example


Text Example

White with #81A0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,160,213); }

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

background-color css

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

 a { background-color: rgb(129,160,213); }

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

border-color css

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

 span { border-color: rgb(129,160,213); }

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