#9FDFBA

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

Shades of Vista Blue #9FDFBA

Tints of Vista Blue #9FDFBA

Color information

#9FDFBA (or 0x9FDFBA) is unknown color: approx Vista Blue. HEX triplet: 9F, DF and BA. RGB value is (159,223,186). Sum of RGB (Red+Green+Blue) = 159+223+186=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFBA is #602045. Grayscale: #C7C7C7. Windows color (decimal): -6299718 or 12246943. OLE color: 12246943.

HSL color Cylindrical-coordinate representation of color #9FDFBA: hue angle of 145.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFBA is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB159223186-
CMYK0.2900.170.13
HSL145.31º50%74.9%-
HSV(B)145.31º28.7%87.45%-
XYZ49.5563.6956.14-
YUV199.65120.399.01-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.99%
GREEN value IS 223 (87.5% from 255) = 39.26%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=27.99%
G=39.26%
B=32.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592231860.2900.170.13145.315074.9
Hex9FDFBA1D011D91324b
Octal237337272350211522162113
Binary100111111101111110111010111010100011101100100011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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