#85AFCE

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

Shades of Polo Blue #85AFCE

Tints of Polo Blue #85AFCE

Color information

#85AFCE (or 0x85AFCE) is unknown color: approx Polo Blue. HEX triplet: 85, AF and CE. RGB value is (133,175,206). Sum of RGB (Red+Green+Blue) = 133+175+206=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #85AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFCE is #7A5031. Grayscale: #A5A5A5. Windows color (decimal): -8015922 or 13545349. OLE color: 13545349.

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

Color convert

RGB133175206-
CMYK0.350.1500.19
HSL205.48º42.69%66.47%-
HSV(B)205.48º35.44%80.78%-
XYZ36.1440.164.23-
YUV165.98150.59104.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.88%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 206 (80.86% from 255) = 40.08%
R=25.88%
G=34.05%
B=40.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331752060.350.1500.19205.4842.6966.47
Hex85AFCE23F013cd2b42
Octal205257316431702331553102
Binary1000010110101111110011101000111111010011110011011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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