Html Css Color HEX #86AFCC Polo Blue

📋 copy color: '#86AFCC'

red 134 ◦ green 175 ◦ blue 204

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

Shades of Polo Blue #86AFCC

Tints of Polo Blue #86AFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.11%

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

R = 26.12%
G = 34.11%
B = 39.77%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#86AFCC (or 0x86AFCC) is known color: Polo Blue. HEX triplet: 86, AF and CC. RGB value is (134,175,204). Sum of RGB (Red+Green+Blue) = 134+175+204=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #86AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFCC is #795033. Grayscale: #A5A5A5. Windows color (decimal): -7950388 or 13414278. OLE color: 13414278.

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

Color convert

RGB 134 175 204 -
CMYK 0.34 0.14 0 0.2
HSL 204.86º 0.41% 0.66% -
HSV(B) 204.86º 0.34% 0.8% -
XYZ 36.06 40.09 62.96 -
YUV 166.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 134 175 204 0.34 0.14 0 0.2 204.86 0.41 0.66
Hex 86 AF CC 22 E 0 14 CD 29 42
Octal 206 257 314 42 16 0 24 315 51 102
Binary 10000110 10101111 11001100 100010 1110 0 10100 11001101 101001 1000010

Color Harmonies of #86AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AFCC

Black with #86AFCC

Text Example


Text Example

White with #86AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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