Html Css Color HEX #86AFCB Polo Blue

📋 copy color: '#86AFCB'

red 134 ◦ green 175 ◦ blue 203

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

Shades of Polo Blue #86AFCB

Tints of Polo Blue #86AFCB

RGB

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

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

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

R = 26.17%
G = 34.18%
B = 39.65%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#86AFCB (or 0x86AFCB) is known color: Polo Blue. HEX triplet: 86, AF and CB. RGB value is (134,175,203). Sum of RGB (Red+Green+Blue) = 134+175+203=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #86AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFCB is #795034. Grayscale: #A5A5A5. Windows color (decimal): -7950389 or 13348742. OLE color: 13348742.

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

Color convert

RGB 134 175 203 -
CMYK 0.34 0.14 0 0.20
HSL 204.35º 0.4% 0.66% -
HSV(B) 204.35º 0.34% 0.8% -
XYZ 35.94 40.04 62.33 -
YUV 165.93 148.92 105.22 -
System Red Green Blue C M Y K H S L
Decimal 134 175 203 0.34 0.14 0 0.20 204.35 0.4 0.66
Hex 86 AF CB 22 E 0 14 CC 28 42
Octal 206 257 313 42 16 0 24 314 50 102
Binary 10000110 10101111 11001011 100010 1110 0 10100 11001100 101000 1000010

Color Harmonies of #86AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AFCB

Black with #86AFCB

Text Example


Text Example

White with #86AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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