#9df0bb

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

Shades of Vista Blue #9DF0BB

Tints of Vista Blue #9DF0BB

Color information

#9DF0BB (or 0x9DF0BB) is unknown color: approx Vista Blue. HEX triplet: 9D, F0 and BB. RGB value is (157,240,187). Sum of RGB (Red+Green+Blue) = 157+240+187=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF0BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF0BB is #620F44. Grayscale: #D1D1D1. Windows color (decimal): -6426437 or 12316829. OLE color: 12316829.

HSL color Cylindrical-coordinate representation of color #9DF0BB: hue angle of 141.69º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF0BB is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB157240187-
CMYK0.3500.220.06
HSL141.69º73.45%77.84%-
HSV(B)141.69º34.58%94.12%-
XYZ54.0373.0858.27-
YUV209.14115.590.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.88%
GREEN value IS 240 (94.14% from 255) = 41.10%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=26.88%
G=41.10%
B=32.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572401870.3500.220.06141.6973.4577.84
Hex9DF0BB2301668e494e
Octal235360273430266216111116
Binary1001110111110000101110111000110101101101000111010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9df0bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,240,187); }

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

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

 a { background-color: rgb(157,240,187); }

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

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

 span { border-color: rgb(157,240,187); }

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