#85B1CE

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

Shades of Polo Blue #85B1CE

Tints of Polo Blue #85B1CE

Color information

#85B1CE (or 0x85B1CE) is unknown color: approx Polo Blue. HEX triplet: 85, B1 and CE. RGB value is (133,177,206). Sum of RGB (Red+Green+Blue) = 133+177+206=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #85B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85B1CE is #7A4E31. Grayscale: #A6A6A6. Windows color (decimal): -8015410 or 13545861. OLE color: 13545861.

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

Color convert

RGB133177206-
CMYK0.350.1400.19
HSL203.84º42.69%66.47%-
HSV(B)203.84º35.44%80.78%-
XYZ36.5440.8964.36-
YUV167.15149.92103.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.78%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=25.78%
G=34.30%
B=39.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331772060.350.1400.19203.8442.6966.47
Hex85B1CE23E013cc2b42
Octal205261316431602331453102
Binary1000010110110001110011101000111110010011110011001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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