#85AECC

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

Shades of Polo Blue #85AECC

Tints of Polo Blue #85AECC

Color information

#85AECC (or 0x85AECC) is unknown color: approx Polo Blue. HEX triplet: 85, AE and CC. RGB value is (133,174,204). Sum of RGB (Red+Green+Blue) = 133+174+204=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #85AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AECC is #7A5133. Grayscale: #A5A5A5. Windows color (decimal): -8016180 or 13414021. OLE color: 13414021.

HSL color Cylindrical-coordinate representation of color #85AECC: hue angle of 205.35º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85AECC is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133174204-
CMYK0.350.1500.2
HSL205.35º41.04%66.08%-
HSV(B)205.35º34.8%80%-
XYZ35.7139.6262.89-
YUV165.16149.92105.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.03%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=26.03%
G=34.05%
B=39.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331742040.350.1500.2205.3541.0466.08
Hex85AECC23F014cd2942
Octal205256314431702431551102
Binary1000010110101110110011001000111111010100110011011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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