#9FD5BE

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

Shades of Vista Blue #9FD5BE

Tints of Vista Blue #9FD5BE

Color information

#9FD5BE (or 0x9FD5BE) is unknown color: approx Vista Blue. HEX triplet: 9F, D5 and BE. RGB value is (159,213,190). Sum of RGB (Red+Green+Blue) = 159+213+190=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD5BE is #602A41. Grayscale: #C2C2C2. Windows color (decimal): -6302274 or 12506527. OLE color: 12506527.

HSL color Cylindrical-coordinate representation of color #9FD5BE: hue angle of 154.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD5BE is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB159213190-
CMYK0.2500.110.16
HSL154.44º39.13%72.94%-
HSV(B)154.44º25.35%83.53%-
XYZ47.3958.6857.54-
YUV194.23125.61102.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.29%
GREEN value IS 213 (83.59% from 255) = 37.90%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=28.29%
G=37.90%
B=33.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592131900.2500.110.16154.4439.1372.94
Hex9FD5BE190B109a2749
Octal237325276310132023247111
Binary100111111101010110111110110010101110000100110101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,213,190); }

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

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

 a { background-color: rgb(159,213,190); }

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

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

 span { border-color: rgb(159,213,190); }

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