Html Css Color HEX #86ABCB Polo Blue

📋 copy color: '#86ABCB'

red 134 ◦ green 171 ◦ blue 203

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

Shades of Polo Blue #86ABCB

Tints of Polo Blue #86ABCB

RGB

 RED value IS 134 (52.73% from 255) = 26.38%

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

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

R = 26.38%
G = 33.66%
B = 39.96%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#86ABCB (or 0x86ABCB) is known color: Polo Blue. HEX triplet: 86, AB and CB. RGB value is (134,171,203). Sum of RGB (Red+Green+Blue) = 134+171+203=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #86ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABCB is #795434. Grayscale: #A3A3A3. Windows color (decimal): -7951413 or 13347718. OLE color: 13347718.

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

Color convert

RGB 134 171 203 -
CMYK 0.34 0.16 0 0.20
HSL 207.83º 0.4% 0.66% -
HSV(B) 207.83º 0.34% 0.8% -
XYZ 35.17 38.51 62.08 -
YUV 163.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 134 171 203 0.34 0.16 0 0.20 207.83 0.4 0.66
Hex 86 AB CB 22 10 0 14 D0 28 42
Octal 206 253 313 42 20 0 24 320 50 102
Binary 10000110 10101011 11001011 100010 10000 0 10100 11010000 101000 1000010

Color Harmonies of #86ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ABCB

Black with #86ABCB

Text Example


Text Example

White with #86ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86ABCB; }

 p { color: rgb(134,171,203); }

 H1.HeaderClassName
 {
   color: #86ABCB;
 }
 .AnyTagClassName
 {
   color: #86ABCB;
 }
</style>

background-color css

<style>
 a { background-color: #86ABCB; }

 a { background-color: rgb(134,171,203); }

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

border-color css

<style>
 span { border-color: #86ABCB; }

 span { border-color: rgb(134,171,203); }

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