#85AECB

Color #85AECB Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #85AECB

Tints of Polo Blue #85AECB

Color information

#85AECB (or 0x85AECB) is unknown color: approx Polo Blue. HEX triplet: 85, AE and CB. RGB value is (133,174,203). Sum of RGB (Red+Green+Blue) = 133+174+203=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #85AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AECB is #7A5134. Grayscale: #A4A4A4. Windows color (decimal): -8016181 or 13348485. OLE color: 13348485.

HSL color Cylindrical-coordinate representation of color #85AECB: hue angle of 204.86º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85AECB is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133174203-
CMYK0.340.1400.20
HSL204.86º40.23%65.88%-
HSV(B)204.86º34.48%79.61%-
XYZ35.5939.5762.26-
YUV165.05149.42105.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.08%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=26.08%
G=34.12%
B=39.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331742030.340.1400.20204.8640.2365.88
Hex85AECB22E014cd2842
Octal205256313421602431550102
Binary1000010110101110110010111000101110010100110011011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85AECB; }

 p { color: rgb(133,174,203); }

 H1.HeaderClassName
 {
   color: #85AECB;
 }
 .AnyTagClassName
 {
   color: #85AECB;
 }
</style>
background-color css

<style>
 a { background-color: #85AECB; }

 a { background-color: rgb(133,174,203); }

 div.DivClassName
 {
   background-color: #85AECB;
 }
 .BgClassName
 {
   background-color: #85AECB;
 }
</style>
border-color css

<style>
 span { border-color: #85AECB; }

 span { border-color: rgb(133,174,203); }

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