Html Css Color HEX #85ACD0 Polo Blue

📋 copy color: '#85ACD0'

red 133 ◦ green 172 ◦ blue 208

#85ACD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #85ACD0

Tints of Polo Blue #85ACD0

RGB

 RED value IS 133 (52.34% from 255) = 25.93%

 GREEN value IS 172 (67.58% from 255) = 33.53%

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 25.93%
G = 33.53%
B = 40.55%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#85ACD0 (or 0x85ACD0) is known color: Polo Blue. HEX triplet: 85, AC and D0. RGB value is (133,172,208). Sum of RGB (Red+Green+Blue) = 133+172+208=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #85ACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ACD0 is #7A532F. Grayscale: #A4A4A4. Windows color (decimal): -8016688 or 13675653. OLE color: 13675653.

HSL color Cylindrical-coordinate representation of color #85ACD0: hue angle of 208.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85ACD0 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 172 208 -
CMYK 0.36 0.17 0 0.18
HSL 208.8º 0.44% 0.67% -
HSV(B) 208.8º 0.36% 0.82% -
XYZ 35.81 39.05 65.32 -
YUV 164.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 133 172 208 0.36 0.17 0 0.18 208.8 0.44 0.67
Hex 85 AC D0 24 11 0 12 D1 2C 43
Octal 205 254 320 44 21 0 22 321 54 103
Binary 10000101 10101100 11010000 100100 10001 0 10010 11010001 101100 1000011

Color Harmonies of #85ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ACD0

Black with #85ACD0

Text Example


Text Example

White with #85ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,172,208); }

 H1.HeaderClassName
 {
   color: #85ACD0;
 }
 .AnyTagClassName
 {
   color: #85ACD0;
 }
</style>

background-color css

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

 a { background-color: rgb(133,172,208); }

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

border-color css

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

 span { border-color: rgb(133,172,208); }

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