Html Css Color HEX #86ACD0 Polo Blue

📋 copy color: '#86ACD0'

red 134 ◦ green 172 ◦ blue 208

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

Shades of Polo Blue #86ACD0

Tints of Polo Blue #86ACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.47%

R = 26.07%
G = 33.46%
B = 40.47%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#86ACD0 (or 0x86ACD0) is known color: Polo Blue. HEX triplet: 86, AC and D0. RGB value is (134,172,208). Sum of RGB (Red+Green+Blue) = 134+172+208=514 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.07% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #86ACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACD0 is #79532F. Grayscale: #A4A4A4. Windows color (decimal): -7951152 or 13675654. OLE color: 13675654.

HSL color Cylindrical-coordinate representation of color #86ACD0: hue angle of 209.19º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86ACD0 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 172 208 -
CMYK 0.36 0.17 0 0.18
HSL 209.19º 0.44% 0.67% -
HSV(B) 209.19º 0.36% 0.82% -
XYZ 35.97 39.13 65.33 -
YUV 164.74 152.41 106.07 -
System Red Green Blue C M Y K H S L
Decimal 134 172 208 0.36 0.17 0 0.18 209.19 0.44 0.67
Hex 86 AC D0 24 11 0 12 D1 2C 43
Octal 206 254 320 44 21 0 22 321 54 103
Binary 10000110 10101100 11010000 100100 10001 0 10010 11010001 101100 1000011

Color Harmonies of #86ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86ACD0

Black with #86ACD0

Text Example


Text Example

White with #86ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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