Html Css Color HEX #86ABC6 Polo Blue

📋 copy color: '#86ABC6'

red 134 ◦ green 171 ◦ blue 198

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

Shades of Polo Blue #86ABC6

Tints of Polo Blue #86ABC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.36%

R = 26.64%
G = 34%
B = 39.36%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#86ABC6 (or 0x86ABC6) is known color: Polo Blue. HEX triplet: 86, AB and C6. RGB value is (134,171,198). Sum of RGB (Red+Green+Blue) = 134+171+198=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 171 (67.19% from 255 or 34.00% from 503); Blue value is 198 (77.73% from 255 or 39.36% from 503); Max value from RGB is 198 - color contains mainly: blue. Hex color #86ABC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABC6 is #795439. Grayscale: #A2A2A2. Windows color (decimal): -7951418 or 13020038. OLE color: 13020038.

HSL color Cylindrical-coordinate representation of color #86ABC6: hue angle of 205.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86ABC6 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 171 198 -
CMYK 0.32 0.14 0 0.22
HSL 205.31º 0.36% 0.65% -
HSV(B) 205.31º 0.32% 0.78% -
XYZ 34.59 38.27 58.99 -
YUV 163.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 134 171 198 0.32 0.14 0 0.22 205.31 0.36 0.65
Hex 86 AB C6 20 E 0 16 CD 24 41
Octal 206 253 306 40 16 0 26 315 44 101
Binary 10000110 10101011 11000110 100000 1110 0 10110 11001101 100100 1000001

Color Harmonies of #86ABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ABC6

Black with #86ABC6

Text Example


Text Example

White with #86ABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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