Html Css Color HEX #85A8CA Polo Blue

📋 copy color: '#85A8CA'

red 133 ◦ green 168 ◦ blue 202

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

Shades of Polo Blue #85A8CA

Tints of Polo Blue #85A8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.4%

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 26.44%
G = 33.4%
B = 40.16%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#85A8CA (or 0x85A8CA) is known color: Polo Blue. HEX triplet: 85, A8 and CA. RGB value is (133,168,202). Sum of RGB (Red+Green+Blue) = 133+168+202=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #85A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A8CA is #7A5735. Grayscale: #A1A1A1. Windows color (decimal): -8017718 or 13281413. OLE color: 13281413.

HSL color Cylindrical-coordinate representation of color #85A8CA: hue angle of 209.57º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85A8CA is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 168 202 -
CMYK 0.34 0.17 0 0.21
HSL 209.57º 0.39% 0.66% -
HSV(B) 209.57º 0.34% 0.79% -
XYZ 34.34 37.26 61.26 -
YUV 161.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 133 168 202 0.34 0.17 0 0.21 209.57 0.39 0.66
Hex 85 A8 CA 22 11 0 15 D2 27 42
Octal 205 250 312 42 21 0 25 322 47 102
Binary 10000101 10101000 11001010 100010 10001 0 10101 11010010 100111 1000010

Color Harmonies of #85A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A8CA

Black with #85A8CA

Text Example


Text Example

White with #85A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,168,202); }

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

background-color css

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

 a { background-color: rgb(133,168,202); }

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

border-color css

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

 span { border-color: rgb(133,168,202); }

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