#9DF2B9

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

Shades of Vista Blue #9DF2B9

Tints of Vista Blue #9DF2B9

Color information

#9DF2B9 (or 0x9DF2B9) is unknown color: approx Vista Blue. HEX triplet: 9D, F2 and B9. RGB value is (157,242,185). Sum of RGB (Red+Green+Blue) = 157+242+185=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF2B9 is #620D46. Grayscale: #D2D2D2. Windows color (decimal): -6425927 or 12186269. OLE color: 12186269.

HSL color Cylindrical-coordinate representation of color #9DF2B9: hue angle of 139.76º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF2B9 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB157242185-
CMYK0.3500.240.05
HSL139.76º76.58%78.24%-
HSV(B)139.76º35.12%94.9%-
XYZ54.4174.1857.35-
YUV210.09113.8490.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.88%
GREEN value IS 242 (94.92% from 255) = 41.44%
BLUE value IS 185 (72.66% from 255) = 31.68%
R=26.88%
G=41.44%
B=31.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572421850.3500.240.05139.7676.5878.24
Hex9DF2B92301858c4d4e
Octal235362271430305214115116
Binary1001110111110010101110011000110110001011000110010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,242,185); }

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

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

 a { background-color: rgb(157,242,185); }

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

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

 span { border-color: rgb(157,242,185); }

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