#8BF8B4

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

Shades of Vista Blue #8BF8B4

Tints of Vista Blue #8BF8B4

Color information

#8BF8B4 (or 0x8BF8B4) is unknown color: approx Vista Blue. HEX triplet: 8B, F8 and B4. RGB value is (139,248,180). Sum of RGB (Red+Green+Blue) = 139+248+180=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #8BF8B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BF8B4 is #74074B. Grayscale: #CFCFCF. Windows color (decimal): -7604044 or 11860107. OLE color: 11860107.

HSL color Cylindrical-coordinate representation of color #8BF8B4: hue angle of 142.57º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BF8B4 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB139248180-
CMYK0.4400.270.03
HSL142.57º88.62%75.88%-
HSV(B)142.57º43.95%97.25%-
XYZ52.4575.9255.07-
YUV207.66112.3979.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.51%
GREEN value IS 248 (97.27% from 255) = 43.74%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=24.51%
G=43.74%
B=31.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1392481800.4400.270.03142.5788.6275.88
Hex8BF8B42C01B38f594c
Octal213370264540333217131114
Binary100010111111100010110100101100011011111000111110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BF8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BF8B4; }

 p { color: rgb(139,248,180); }

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

<style>
 a { background-color: #8BF8B4; }

 a { background-color: rgb(139,248,180); }

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

<style>
 span { border-color: #8BF8B4; }

 span { border-color: rgb(139,248,180); }

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