Html Css Color HEX #85A2CB Polo Blue

📋 copy color: '#85A2CB'

red 133 ◦ green 162 ◦ blue 203

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

Shades of Polo Blue #85A2CB

Tints of Polo Blue #85A2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.53%

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 26.71%
G = 32.53%
B = 40.76%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#85A2CB (or 0x85A2CB) is known color: Polo Blue. HEX triplet: 85, A2 and CB. RGB value is (133,162,203). Sum of RGB (Red+Green+Blue) = 133+162+203=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #85A2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A2CB is #7A5D34. Grayscale: #9D9D9D. Windows color (decimal): -8019253 or 13345413. OLE color: 13345413.

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

Color convert

RGB 133 162 203 -
CMYK 0.34 0.20 0 0.20
HSL 215.14º 0.4% 0.66% -
HSV(B) 215.14º 0.34% 0.8% -
XYZ 33.37 35.14 61.52 -
YUV 158 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 133 162 203 0.34 0.20 0 0.20 215.14 0.4 0.66
Hex 85 A2 CB 22 14 0 14 D7 28 42
Octal 205 242 313 42 24 0 24 327 50 102
Binary 10000101 10100010 11001011 100010 10100 0 10100 11010111 101000 1000010

Color Harmonies of #85A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A2CB

Black with #85A2CB

Text Example


Text Example

White with #85A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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