#9FE1C0

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

Shades of Vista Blue #9FE1C0

Tints of Vista Blue #9FE1C0

Color information

#9FE1C0 (or 0x9FE1C0) is unknown color: approx Vista Blue. HEX triplet: 9F, E1 and C0. RGB value is (159,225,192). Sum of RGB (Red+Green+Blue) = 159+225+192=576 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.60% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 192 (75.39% from 255 or 33.33% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1C0 is #601E3F. Grayscale: #C9C9C9. Windows color (decimal): -6299200 or 12640671. OLE color: 12640671.

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

Color convert

RGB159225192-
CMYK0.2900.150.12
HSL150º52.38%75.29%-
HSV(B)150º29.33%88.24%-
XYZ50.7465.0359.75-
YUV201.5122.6397.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.60%
GREEN value IS 225 (88.28% from 255) = 39.06%
BLUE value IS 192 (75.39% from 255) = 33.33%
R=27.60%
G=39.06%
B=33.33%

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
Decimal1592251920.2900.150.1215052.3875.29
Hex9FE1C01D0FC96344b
Octal237341300350171422664113
Binary10011111111000011100000011101011111100100101101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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