#8FEFB0

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

Shades of Vista Blue #8FEFB0

Tints of Vista Blue #8FEFB0

Color information

#8FEFB0 (or 0x8FEFB0) is unknown color: approx Vista Blue. HEX triplet: 8F, EF and B0. RGB value is (143,239,176). Sum of RGB (Red+Green+Blue) = 143+239+176=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FEFB0 is #70104F. Grayscale: #CBCBCB. Windows color (decimal): -7344208 or 11595663. OLE color: 11595663.

HSL color Cylindrical-coordinate representation of color #8FEFB0: hue angle of 140.62º 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 #8FEFB0 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB143239176-
CMYK0.4000.260.06
HSL140.62º75%74.9%-
HSV(B)140.62º40.17%93.73%-
XYZ50.0370.7152.09-
YUV203.11112.785.12-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.63%
GREEN value IS 239 (93.75% from 255) = 42.83%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=25.63%
G=42.83%
B=31.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1432391760.4000.260.06140.627574.9
Hex8FEFB02801A68d4b4b
Octal217357260500326215113113
Binary1000111111101111101100001010000110101101000110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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