#9FE4BA

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

Shades of Vista Blue #9FE4BA

Tints of Vista Blue #9FE4BA

Color information

#9FE4BA (or 0x9FE4BA) is unknown color: approx Vista Blue. HEX triplet: 9F, E4 and BA. RGB value is (159,228,186). Sum of RGB (Red+Green+Blue) = 159+228+186=573 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.75% from 573); Green value is 228 (89.45% from 255 or 39.79% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE4BA is #601B45. Grayscale: #CACACA. Windows color (decimal): -6298438 or 12248223. OLE color: 12248223.

HSL color Cylindrical-coordinate representation of color #9FE4BA: hue angle of 143.48º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE4BA is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB159228186-
CMYK0.3000.180.11
HSL143.48º56.1%75.88%-
HSV(B)143.48º30.26%89.41%-
XYZ50.966.456.59-
YUV202.58118.6496.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.75%
GREEN value IS 228 (89.45% from 255) = 39.79%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=27.75%
G=39.79%
B=32.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592281860.3000.180.11143.4856.175.88
Hex9FE4BA1E012B8f384c
Octal237344272360221321770114
Binary100111111110010010111010111100100101011100011111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,228,186); }

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

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

 a { background-color: rgb(159,228,186); }

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

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

 span { border-color: rgb(159,228,186); }

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