#99F1BB

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

Shades of Vista Blue #99F1BB

Tints of Vista Blue #99F1BB

Color information

#99F1BB (or 0x99F1BB) is unknown color: approx Vista Blue. HEX triplet: 99, F1 and BB. RGB value is (153,241,187). Sum of RGB (Red+Green+Blue) = 153+241+187=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #99F1BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F1BB is #660E44. Grayscale: #D0D0D0. Windows color (decimal): -6688325 or 12317081. OLE color: 12317081.

HSL color Cylindrical-coordinate representation of color #99F1BB: hue angle of 143.18º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F1BB is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB153241187-
CMYK0.3700.220.05
HSL143.18º75.86%77.25%-
HSV(B)143.18º36.51%94.51%-
XYZ53.5673.2758.33-
YUV208.53115.8588.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.33%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=26.33%
G=41.48%
B=32.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1532411870.3700.220.05143.1875.8677.25
Hex99F1BB2501658f4c4d
Octal231361273450265217114115
Binary1001100111110001101110111001010101101011000111110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99F1BB; }

 p { color: rgb(153,241,187); }

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

<style>
 a { background-color: #99F1BB; }

 a { background-color: rgb(153,241,187); }

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

<style>
 span { border-color: #99F1BB; }

 span { border-color: rgb(153,241,187); }

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