Html Css Color HEX #85ABCF Polo Blue

📋 copy color: '#85ABCF'

red 133 ◦ green 171 ◦ blue 207

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

Shades of Polo Blue #85ABCF

Tints of Polo Blue #85ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.51%

R = 26.03%
G = 33.46%
B = 40.51%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#85ABCF (or 0x85ABCF) is known color: Polo Blue. HEX triplet: 85, AB and CF. RGB value is (133,171,207). Sum of RGB (Red+Green+Blue) = 133+171+207=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #85ABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85ABCF is #7A5430. Grayscale: #A3A3A3. Windows color (decimal): -8016945 or 13609861. OLE color: 13609861.

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

Color convert

RGB 133 171 207 -
CMYK 0.36 0.17 0 0.19
HSL 209.19º 0.44% 0.67% -
HSV(B) 209.19º 0.36% 0.81% -
XYZ 35.5 38.62 64.61 -
YUV 163.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 133 171 207 0.36 0.17 0 0.19 209.19 0.44 0.67
Hex 85 AB CF 24 11 0 13 D1 2C 43
Octal 205 253 317 44 21 0 23 321 54 103
Binary 10000101 10101011 11001111 100100 10001 0 10011 11010001 101100 1000011

Color Harmonies of #85ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ABCF

Black with #85ABCF

Text Example


Text Example

White with #85ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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