#9FEBBB

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

Shades of Vista Blue #9FEBBB

Tints of Vista Blue #9FEBBB

Color information

#9FEBBB (or 0x9FEBBB) is unknown color: approx Vista Blue. HEX triplet: 9F, EB and BB. RGB value is (159,235,187). Sum of RGB (Red+Green+Blue) = 159+235+187=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBBB is #601444. Grayscale: #CECECE. Windows color (decimal): -6296645 or 12315551. OLE color: 12315551.

HSL color Cylindrical-coordinate representation of color #9FEBBB: hue angle of 142.11º 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 #9FEBBB is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB159235187-
CMYK0.3200.200.08
HSL142.11º65.52%77.25%-
HSV(B)142.11º32.34%92.16%-
XYZ52.9870.3857.81-
YUV206.8116.8293.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.37%
GREEN value IS 235 (92.19% from 255) = 40.45%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=27.37%
G=40.45%
B=32.19%

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
Decimal1592351870.3200.200.08142.1165.5277.25
Hex9FEBBB2001488e424d
Octal2373532734002410216102115
Binary10011111111010111011101110000001010010001000111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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