Html Css Color HEX #86ACCC Polo Blue

📋 copy color: '#86ACCC'

red 134 ◦ green 172 ◦ blue 204

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

Shades of Polo Blue #86ACCC

Tints of Polo Blue #86ACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.73%

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

R = 26.27%
G = 33.73%
B = 40%

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

#86ACCC (or 0x86ACCC) is known color: Polo Blue. HEX triplet: 86, AC and CC. RGB value is (134,172,204). Sum of RGB (Red+Green+Blue) = 134+172+204=510 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.27% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #86ACCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACCC is #795333. Grayscale: #A4A4A4. Windows color (decimal): -7951156 or 13413510. OLE color: 13413510.

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

Color convert

RGB 134 172 204 -
CMYK 0.34 0.16 0 0.2
HSL 207.43º 0.41% 0.66% -
HSV(B) 207.43º 0.34% 0.8% -
XYZ 35.48 38.93 62.77 -
YUV 164.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 134 172 204 0.34 0.16 0 0.2 207.43 0.41 0.66
Hex 86 AC CC 22 10 0 14 CF 29 42
Octal 206 254 314 42 20 0 24 317 51 102
Binary 10000110 10101100 11001100 100010 10000 0 10100 11001111 101001 1000010

Color Harmonies of #86ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ACCC

Black with #86ACCC

Text Example


Text Example

White with #86ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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