#85AFCD

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

Shades of Polo Blue #85AFCD

Tints of Polo Blue #85AFCD

Color information

#85AFCD (or 0x85AFCD) is unknown color: approx Polo Blue. HEX triplet: 85, AF and CD. RGB value is (133,175,205). Sum of RGB (Red+Green+Blue) = 133+175+205=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #85AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFCD is #7A5032. Grayscale: #A5A5A5. Windows color (decimal): -8015923 or 13479813. OLE color: 13479813.

HSL color Cylindrical-coordinate representation of color #85AFCD: hue angle of 205º degrees, saturation: 0.42, 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 #85AFCD is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB133175205-
CMYK0.350.1500.20
HSL205º41.86%66.27%-
HSV(B)205º35.12%80.39%-
XYZ36.0240.0563.59-
YUV165.86150.09104.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.93%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=25.93%
G=34.11%
B=39.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331752050.350.1500.2020541.8666.27
Hex85AFCD23F014cd2a42
Octal205257315431702431552102
Binary1000010110101111110011011000111111010100110011011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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