#9FEDB8

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

Shades of Vista Blue #9FEDB8

Tints of Vista Blue #9FEDB8

Color information

#9FEDB8 (or 0x9FEDB8) is unknown color: approx Vista Blue. HEX triplet: 9F, ED and B8. RGB value is (159,237,184). Sum of RGB (Red+Green+Blue) = 159+237+184=580 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.41% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDB8 is #601247. Grayscale: #CFCFCF. Windows color (decimal): -6296136 or 12119455. OLE color: 12119455.

HSL color Cylindrical-coordinate representation of color #9FEDB8: hue angle of 139.23º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEDB8 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB159237184-
CMYK0.3300.220.07
HSL139.23º68.42%77.65%-
HSV(B)139.23º32.91%92.94%-
XYZ53.2371.456.32-
YUV207.64114.6693.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.41%
GREEN value IS 237 (92.97% from 255) = 40.86%
BLUE value IS 184 (72.27% from 255) = 31.72%
R=27.41%
G=40.86%
B=31.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592371840.3300.220.07139.2368.4277.65
Hex9FEDB82101678b444e
Octal237355270410267213104116
Binary1001111111101101101110001000010101101111000101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,237,184); }

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

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

 a { background-color: rgb(159,237,184); }

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

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

 span { border-color: rgb(159,237,184); }

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