#85AFCC

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

Shades of Polo Blue #85AFCC

Tints of Polo Blue #85AFCC

Color information

#85AFCC (or 0x85AFCC) is unknown color: approx Polo Blue. HEX triplet: 85, AF and CC. RGB value is (133,175,204). Sum of RGB (Red+Green+Blue) = 133+175+204=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #85AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFCC is #7A5033. Grayscale: #A5A5A5. Windows color (decimal): -8015924 or 13414277. OLE color: 13414277.

HSL color Cylindrical-coordinate representation of color #85AFCC: hue angle of 204.51º 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 #85AFCC is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133175204-
CMYK0.350.1400.2
HSL204.51º41.04%66.08%-
HSV(B)204.51º34.8%80%-
XYZ35.940.0162.96-
YUV165.75149.59104.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.98%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=25.98%
G=34.18%
B=39.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331752040.350.1400.2204.5141.0466.08
Hex85AFCC23E014cd2942
Octal205257314431602431551102
Binary1000010110101111110011001000111110010100110011011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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