Html Css Color HEX #85A1CC Polo Blue

📋 copy color: '#85A1CC'

red 133 ◦ green 161 ◦ blue 204

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

Shades of Polo Blue #85A1CC

Tints of Polo Blue #85A1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.33%

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 26.71%
G = 32.33%
B = 40.96%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#85A1CC (or 0x85A1CC) is known color: Polo Blue. HEX triplet: 85, A1 and CC. RGB value is (133,161,204). Sum of RGB (Red+Green+Blue) = 133+161+204=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #85A1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A1CC is #7A5E33. Grayscale: #9D9D9D. Windows color (decimal): -8019508 or 13410693. OLE color: 13410693.

HSL color Cylindrical-coordinate representation of color #85A1CC: hue angle of 216.34º degrees, saturation: 0.41, 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 #85A1CC is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 161 204 -
CMYK 0.35 0.21 0 0.2
HSL 216.34º 0.41% 0.66% -
HSV(B) 216.34º 0.35% 0.8% -
XYZ 33.32 34.84 62.09 -
YUV 157.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 133 161 204 0.35 0.21 0 0.2 216.34 0.41 0.66
Hex 85 A1 CC 23 15 0 14 D8 29 42
Octal 205 241 314 43 25 0 24 330 51 102
Binary 10000101 10100001 11001100 100011 10101 0 10100 11011000 101001 1000010

Color Harmonies of #85A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A1CC

Black with #85A1CC

Text Example


Text Example

White with #85A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,161,204); }

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

background-color css

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

 a { background-color: rgb(133,161,204); }

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

border-color css

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

 span { border-color: rgb(133,161,204); }

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