#85ADCB

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

Shades of Polo Blue #85ADCB

Tints of Polo Blue #85ADCB

Color information

#85ADCB (or 0x85ADCB) is unknown color: approx Polo Blue. HEX triplet: 85, AD and CB. RGB value is (133,173,203). Sum of RGB (Red+Green+Blue) = 133+173+203=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #85ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADCB is #7A5234. Grayscale: #A4A4A4. Windows color (decimal): -8016437 or 13348229. OLE color: 13348229.

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

Color convert

RGB133173203-
CMYK0.340.1500.20
HSL205.71º40.23%65.88%-
HSV(B)205.71º34.48%79.61%-
XYZ35.439.1962.2-
YUV164.46149.75105.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.13%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=26.13%
G=33.99%
B=39.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331732030.340.1500.20205.7140.2365.88
Hex85ADCB22F014ce2842
Octal205255313421702431650102
Binary1000010110101101110010111000101111010100110011101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,173,203); }

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

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

 a { background-color: rgb(133,173,203); }

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

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

 span { border-color: rgb(133,173,203); }

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