Html Css Color HEX #81A5CE Polo Blue

📋 copy color: '#81A5CE'

red 129 ◦ green 165 ◦ blue 206

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

Shades of Polo Blue #81A5CE

Tints of Polo Blue #81A5CE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33%

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 25.8%
G = 33%
B = 41.2%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#81A5CE (or 0x81A5CE) is known color: Polo Blue. HEX triplet: 81, A5 and CE. RGB value is (129,165,206). Sum of RGB (Red+Green+Blue) = 129+165+206=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #81A5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A5CE is #7E5A31. Grayscale: #9E9E9E. Windows color (decimal): -8280626 or 13542785. OLE color: 13542785.

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

Color convert

RGB 129 165 206 -
CMYK 0.37 0.20 0 0.19
HSL 211.95º 0.44% 0.66% -
HSV(B) 211.95º 0.37% 0.81% -
XYZ 33.65 36.03 63.57 -
YUV 158.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 129 165 206 0.37 0.20 0 0.19 211.95 0.44 0.66
Hex 81 A5 CE 25 14 0 13 D4 2C 42
Octal 201 245 316 45 24 0 23 324 54 102
Binary 10000001 10100101 11001110 100101 10100 0 10011 11010100 101100 1000010

Color Harmonies of #81A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A5CE

Black with #81A5CE

Text Example


Text Example

White with #81A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,165,206); }

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

background-color css

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

 a { background-color: rgb(129,165,206); }

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

border-color css

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

 span { border-color: rgb(129,165,206); }

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