Html Css Color HEX #86ACD6 Polo Blue

📋 copy color: '#86ACD6'

red 134 ◦ green 172 ◦ blue 214

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

Shades of Polo Blue #86ACD6

Tints of Polo Blue #86ACD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.15%

R = 25.77%
G = 33.08%
B = 41.15%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#86ACD6 (or 0x86ACD6) is known color: Polo Blue. HEX triplet: 86, AC and D6. RGB value is (134,172,214). Sum of RGB (Red+Green+Blue) = 134+172+214=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #86ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACD6 is #795329. Grayscale: #A5A5A5. Windows color (decimal): -7951146 or 14068870. OLE color: 14068870.

HSL color Cylindrical-coordinate representation of color #86ACD6: hue angle of 211.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86ACD6 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 172 214 -
CMYK 0.37 0.20 0 0.16
HSL 211.5º 0.49% 0.68% -
HSV(B) 211.5º 0.37% 0.84% -
XYZ 36.72 39.43 69.29 -
YUV 165.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 134 172 214 0.37 0.20 0 0.16 211.5 0.49 0.68
Hex 86 AC D6 25 14 0 10 D4 31 44
Octal 206 254 326 45 24 0 20 324 61 104
Binary 10000110 10101100 11010110 100101 10100 0 10000 11010100 110001 1000100

Color Harmonies of #86ACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ACD6

Black with #86ACD6

Text Example


Text Example

White with #86ACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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