#8FEFBC

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

Shades of Vista Blue #8FEFBC

Tints of Vista Blue #8FEFBC

Color information

#8FEFBC (or 0x8FEFBC) is unknown color: approx Vista Blue. HEX triplet: 8F, EF and BC. RGB value is (143,239,188). Sum of RGB (Red+Green+Blue) = 143+239+188=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FEFBC is #701043. Grayscale: #CCCCCC. Windows color (decimal): -7344196 or 12382095. OLE color: 12382095.

HSL color Cylindrical-coordinate representation of color #8FEFBC: hue angle of 148.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FEFBC is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB143239188-
CMYK0.4000.210.06
HSL148.12º75%74.9%-
HSV(B)148.12º40.17%93.73%-
XYZ51.2771.258.62-
YUV204.48118.784.15-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.09%
GREEN value IS 239 (93.75% from 255) = 41.93%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=25.09%
G=41.93%
B=32.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432391880.4000.210.06148.127574.9
Hex8FEFBC280156944b4b
Octal217357274500256224113113
Binary1000111111101111101111001010000101011101001010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,239,188); }

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

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

 a { background-color: rgb(143,239,188); }

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

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

 span { border-color: rgb(143,239,188); }

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