Html Css Color HEX #86ACD8 Polo Blue

📋 copy color: '#86ACD8'

red 134 ◦ green 172 ◦ blue 216

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

Shades of Polo Blue #86ACD8

Tints of Polo Blue #86ACD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.38%

R = 25.67%
G = 32.95%
B = 41.38%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#86ACD8 (or 0x86ACD8) is known color: Polo Blue. HEX triplet: 86, AC and D8. RGB value is (134,172,216). Sum of RGB (Red+Green+Blue) = 134+172+216=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #86ACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACD8 is #795327. Grayscale: #A5A5A5. Windows color (decimal): -7951144 or 14199942. OLE color: 14199942.

HSL color Cylindrical-coordinate representation of color #86ACD8: hue angle of 212.2º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86ACD8 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 172 216 -
CMYK 0.38 0.20 0 0.15
HSL 212.2º 0.51% 0.69% -
HSV(B) 212.2º 0.38% 0.85% -
XYZ 36.98 39.53 70.65 -
YUV 165.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 134 172 216 0.38 0.20 0 0.15 212.2 0.51 0.69
Hex 86 AC D8 26 14 0 F D4 33 45
Octal 206 254 330 46 24 0 17 324 63 105
Binary 10000110 10101100 11011000 100110 10100 0 1111 11010100 110011 1000101

Color Harmonies of #86ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ACD8

Black with #86ACD8

Text Example


Text Example

White with #86ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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