Html Css Color HEX #86B0D7 Polo Blue

📋 copy color: '#86B0D7'

red 134 ◦ green 176 ◦ blue 215

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

Shades of Polo Blue #86B0D7

Tints of Polo Blue #86B0D7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.52%

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

R = 25.52%
G = 33.52%
B = 40.95%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#86B0D7 (or 0x86B0D7) is known color: Polo Blue. HEX triplet: 86, B0 and D7. RGB value is (134,176,215). Sum of RGB (Red+Green+Blue) = 134+176+215=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #86B0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86B0D7 is #794F28. Grayscale: #A7A7A7. Windows color (decimal): -7950121 or 14135430. OLE color: 14135430.

HSL color Cylindrical-coordinate representation of color #86B0D7: hue angle of 208.89º 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 #86B0D7 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 176 215 -
CMYK 0.38 0.18 0 0.16
HSL 208.89º 0.5% 0.68% -
HSV(B) 208.89º 0.38% 0.84% -
XYZ 37.62 41.03 70.23 -
YUV 167.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 134 176 215 0.38 0.18 0 0.16 208.89 0.5 0.68
Hex 86 B0 D7 26 12 0 10 D1 32 44
Octal 206 260 327 46 22 0 20 321 62 104
Binary 10000110 10110000 11010111 100110 10010 0 10000 11010001 110010 1000100

Color Harmonies of #86B0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B0D7

Black with #86B0D7

Text Example


Text Example

White with #86B0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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