#9fdfbc

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

Shades of Vista Blue #9FDFBC

Tints of Vista Blue #9FDFBC

Color information

#9FDFBC (or 0x9FDFBC) is unknown color: approx Vista Blue. HEX triplet: 9F, DF and BC. RGB value is (159,223,188). Sum of RGB (Red+Green+Blue) = 159+223+188=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFBC is #602043. Grayscale: #C7C7C7. Windows color (decimal): -6299716 or 12378015. OLE color: 12378015.

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

Color convert

RGB159223188-
CMYK0.2900.160.13
HSL147.19º50%74.9%-
HSV(B)147.19º28.7%87.45%-
XYZ49.7663.7857.26-
YUV199.87121.398.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.89%
GREEN value IS 223 (87.5% from 255) = 39.12%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=27.89%
G=39.12%
B=32.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592231880.2900.160.13147.195074.9
Hex9FDFBC1D010D93324b
Octal237337274350201522362113
Binary100111111101111110111100111010100001101100100111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fdfbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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