#85ADCD

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

Shades of Polo Blue #85ADCD

Tints of Polo Blue #85ADCD

Color information

#85ADCD (or 0x85ADCD) is unknown color: approx Polo Blue. HEX triplet: 85, AD and CD. RGB value is (133,173,205). Sum of RGB (Red+Green+Blue) = 133+173+205=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #85ADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ADCD is #7A5232. Grayscale: #A4A4A4. Windows color (decimal): -8016435 or 13479301. OLE color: 13479301.

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

Color convert

RGB133173205-
CMYK0.350.1600.20
HSL206.67º41.86%66.27%-
HSV(B)206.67º35.12%80.39%-
XYZ35.6439.2863.46-
YUV164.69150.75105.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.03%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=26.03%
G=33.86%
B=40.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1331732050.350.1600.20206.6741.8666.27
Hex85ADCD2310014cf2a42
Octal205255315432002431752102
Binary10000101101011011100110110001110000010100110011111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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