Html Css Color HEX #86ABCC Polo Blue

📋 copy color: '#86ABCC'

red 134 ◦ green 171 ◦ blue 204

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

Shades of Polo Blue #86ABCC

Tints of Polo Blue #86ABCC

RGB

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

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

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

R = 26.33%
G = 33.6%
B = 40.08%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#86ABCC (or 0x86ABCC) is known color: Polo Blue. HEX triplet: 86, AB and CC. RGB value is (134,171,204). Sum of RGB (Red+Green+Blue) = 134+171+204=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #86ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABCC is #795433. Grayscale: #A3A3A3. Windows color (decimal): -7951412 or 13413254. OLE color: 13413254.

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

Color convert

RGB 134 171 204 -
CMYK 0.34 0.16 0 0.2
HSL 208.29º 0.41% 0.66% -
HSV(B) 208.29º 0.34% 0.8% -
XYZ 35.29 38.55 62.71 -
YUV 163.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 134 171 204 0.34 0.16 0 0.2 208.29 0.41 0.66
Hex 86 AB CC 22 10 0 14 D0 29 42
Octal 206 253 314 42 20 0 24 320 51 102
Binary 10000110 10101011 11001100 100010 10000 0 10100 11010000 101001 1000010

Color Harmonies of #86ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ABCC

Black with #86ABCC

Text Example


Text Example

White with #86ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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