#86F8B1

Color #86F8B1 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #86F8B1

Tints of Vista Blue #86F8B1

Color information

#86F8B1 (or 0x86F8B1) is unknown color: approx Vista Blue. HEX triplet: 86, F8 and B1. RGB value is (134,248,177). Sum of RGB (Red+Green+Blue) = 134+248+177=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #86F8B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F8B1 is #79074E. Grayscale: #CDCDCD. Windows color (decimal): -7931727 or 11663494. OLE color: 11663494.

HSL color Cylindrical-coordinate representation of color #86F8B1: hue angle of 142.63º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F8B1 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB134248177-
CMYK0.4600.290.03
HSL142.63º89.06%74.9%-
HSV(B)142.63º45.97%97.25%-
XYZ51.3375.3853.44-
YUV205.82111.7376.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.97%
GREEN value IS 248 (97.27% from 255) = 44.36%
BLUE value IS 177 (69.53% from 255) = 31.66%
R=23.97%
G=44.36%
B=31.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342481770.4600.290.03142.6389.0674.9
Hex86F8B12E01D38f594b
Octal206370261560353217131113
Binary100001101111100010110001101110011101111000111110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,248,177); }

 H1.HeaderClassName
 {
   color: #86F8B1;
 }
 .AnyTagClassName
 {
   color: #86F8B1;
 }
</style>
background-color css

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

 a { background-color: rgb(134,248,177); }

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

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

 span { border-color: rgb(134,248,177); }

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