#9FE0BF

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

Shades of Vista Blue #9FE0BF

Tints of Vista Blue #9FE0BF

Color information

#9FE0BF (or 0x9FE0BF) is unknown color: approx Vista Blue. HEX triplet: 9F, E0 and BF. RGB value is (159,224,191). Sum of RGB (Red+Green+Blue) = 159+224+191=574 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.70% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE0BF is #601F40. Grayscale: #C8C8C8. Windows color (decimal): -6299457 or 12574879. OLE color: 12574879.

HSL color Cylindrical-coordinate representation of color #9FE0BF: hue angle of 149.54º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE0BF is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB159224191-
CMYK0.2900.150.12
HSL149.54º51.18%75.1%-
HSV(B)149.54º29.02%87.84%-
XYZ50.3664.4459.07-
YUV200.8122.4798.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.70%
GREEN value IS 224 (87.89% from 255) = 39.02%
BLUE value IS 191 (75% from 255) = 33.28%
R=27.70%
G=39.02%
B=33.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592241910.2900.150.12149.5451.1875.1
Hex9FE0BF1D0FC96334b
Octal237340277350171422663113
Binary10011111111000001011111111101011111100100101101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FE0BF; }

 p { color: rgb(159,224,191); }

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

<style>
 a { background-color: #9FE0BF; }

 a { background-color: rgb(159,224,191); }

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

<style>
 span { border-color: #9FE0BF; }

 span { border-color: rgb(159,224,191); }

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