Html Css Color HEX #86ACD7 Polo Blue

📋 copy color: '#86ACD7'

red 134 ◦ green 172 ◦ blue 215

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

Shades of Polo Blue #86ACD7

Tints of Polo Blue #86ACD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 25.72%
G = 33.01%
B = 41.27%

CMYK

 C value IS 0.38

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#86ACD7 (or 0x86ACD7) is known color: Polo Blue. HEX triplet: 86, AC and D7. RGB value is (134,172,215). Sum of RGB (Red+Green+Blue) = 134+172+215=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #86ACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACD7 is #795328. Grayscale: #A5A5A5. Windows color (decimal): -7951145 or 14134406. OLE color: 14134406.

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

Color convert

RGB 134 172 215 -
CMYK 0.38 0.2 0 0.16
HSL 211.85º 0.5% 0.68% -
HSV(B) 211.85º 0.38% 0.84% -
XYZ 36.85 39.48 69.97 -
YUV 165.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 134 172 215 0.38 0.2 0 0.16 211.85 0.5 0.68
Hex 86 AC D7 26 14 0 10 D4 32 44
Octal 206 254 327 46 24 0 20 324 62 104
Binary 10000110 10101100 11010111 100110 10100 0 10000 11010100 110010 1000100

Color Harmonies of #86ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ACD7

Black with #86ACD7

Text Example


Text Example

White with #86ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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