#9FE1BA

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

Shades of Vista Blue #9FE1BA

Tints of Vista Blue #9FE1BA

Color information

#9FE1BA (or 0x9FE1BA) is unknown color: approx Vista Blue. HEX triplet: 9F, E1 and BA. RGB value is (159,225,186). Sum of RGB (Red+Green+Blue) = 159+225+186=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1BA is #601E45. Grayscale: #C8C8C8. Windows color (decimal): -6299206 or 12247455. OLE color: 12247455.

HSL color Cylindrical-coordinate representation of color #9FE1BA: hue angle of 144.55º degrees, saturation: 0.52, 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 #9FE1BA is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB159225186-
CMYK0.2900.170.12
HSL144.55º52.38%75.29%-
HSV(B)144.55º29.33%88.24%-
XYZ50.0964.7756.32-
YUV200.82119.6398.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.89%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=27.89%
G=39.47%
B=32.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592251860.2900.170.12144.5552.3875.29
Hex9FE1BA1D011C91344b
Octal237341272350211422164113
Binary100111111110000110111010111010100011100100100011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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