#9FD8BF

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

Shades of Vista Blue #9FD8BF

Tints of Vista Blue #9FD8BF

Color information

#9FD8BF (or 0x9FD8BF) is unknown color: approx Vista Blue. HEX triplet: 9F, D8 and BF. RGB value is (159,216,191). Sum of RGB (Red+Green+Blue) = 159+216+191=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD8BF is #602740. Grayscale: #C4C4C4. Windows color (decimal): -6301505 or 12572831. OLE color: 12572831.

HSL color Cylindrical-coordinate representation of color #9FD8BF: hue angle of 153.68º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FD8BF is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB159216191-
CMYK0.2600.120.15
HSL153.68º42.22%73.53%-
HSV(B)153.68º26.39%84.71%-
XYZ48.2660.2458.38-
YUV196.11125.12101.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.09%
GREEN value IS 216 (84.77% from 255) = 38.16%
BLUE value IS 191 (75% from 255) = 33.75%
R=28.09%
G=38.16%
B=33.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592161910.2600.120.15153.6842.2273.53
Hex9FD8BF1A0CF9a2a4a
Octal237330277320141723252112
Binary10011111110110001011111111010011001111100110101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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