Html Css Color HEX #85ABCC Polo Blue

📋 copy color: '#85ABCC'

red 133 ◦ green 171 ◦ blue 204

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

Shades of Polo Blue #85ABCC

Tints of Polo Blue #85ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.66%

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

R = 26.18%
G = 33.66%
B = 40.16%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#85ABCC (or 0x85ABCC) is known color: Polo Blue. HEX triplet: 85, AB and CC. RGB value is (133,171,204). Sum of RGB (Red+Green+Blue) = 133+171+204=508 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.18% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #85ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABCC is #7A5433. Grayscale: #A3A3A3. Windows color (decimal): -8016948 or 13413253. OLE color: 13413253.

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

Color convert

RGB 133 171 204 -
CMYK 0.35 0.16 0 0.2
HSL 207.89º 0.41% 0.66% -
HSV(B) 207.89º 0.35% 0.8% -
XYZ 35.13 38.47 62.7 -
YUV 163.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 133 171 204 0.35 0.16 0 0.2 207.89 0.41 0.66
Hex 85 AB CC 23 10 0 14 D0 29 42
Octal 205 253 314 43 20 0 24 320 51 102
Binary 10000101 10101011 11001100 100011 10000 0 10100 11010000 101001 1000010

Color Harmonies of #85ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ABCC

Black with #85ABCC

Text Example


Text Example

White with #85ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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