#9FEBBD

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

Shades of Vista Blue #9FEBBD

Tints of Vista Blue #9FEBBD

Color information

#9FEBBD (or 0x9FEBBD) is unknown color: approx Vista Blue. HEX triplet: 9F, EB and BD. RGB value is (159,235,189). Sum of RGB (Red+Green+Blue) = 159+235+189=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBBD is #601442. Grayscale: #CFCFCF. Windows color (decimal): -6296643 or 12446623. OLE color: 12446623.

HSL color Cylindrical-coordinate representation of color #9FEBBD: hue angle of 143.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBBD is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB159235189-
CMYK0.3200.200.08
HSL143.68º65.52%77.25%-
HSV(B)143.68º32.34%92.16%-
XYZ53.1970.4658.94-
YUV207.03117.8293.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.27%
GREEN value IS 235 (92.19% from 255) = 40.31%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=27.27%
G=40.31%
B=32.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592351890.3200.200.08143.6865.5277.25
Hex9FEBBD20014890424d
Octal2373532754002410220102115
Binary10011111111010111011110110000001010010001001000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,235,189); }

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

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

 a { background-color: rgb(159,235,189); }

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

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

 span { border-color: rgb(159,235,189); }

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