#9FD8BE

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

Shades of Vista Blue #9FD8BE

Tints of Vista Blue #9FD8BE

Color information

#9FD8BE (or 0x9FD8BE) is unknown color: approx Vista Blue. HEX triplet: 9F, D8 and BE. RGB value is (159,216,190). Sum of RGB (Red+Green+Blue) = 159+216+190=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FD8BE is #602741. Grayscale: #C4C4C4. Windows color (decimal): -6301506 or 12507295. OLE color: 12507295.

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

Color convert

RGB159216190-
CMYK0.2600.120.15
HSL152.63º42.22%73.53%-
HSV(B)152.63º26.39%84.71%-
XYZ48.1560.257.8-
YUV195.99124.62101.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.14%
GREEN value IS 216 (84.77% from 255) = 38.23%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=28.14%
G=38.23%
B=33.63%

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
Decimal1592161900.2600.120.15152.6342.2273.53
Hex9FD8BE1A0CF992a4a
Octal237330276320141723152112
Binary10011111110110001011111011010011001111100110011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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