#99F4BA

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

Shades of Vista Blue #99F4BA

Tints of Vista Blue #99F4BA

Color information

#99F4BA (or 0x99F4BA) is unknown color: approx Vista Blue. HEX triplet: 99, F4 and BA. RGB value is (153,244,186). Sum of RGB (Red+Green+Blue) = 153+244+186=583 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.24% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #99F4BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F4BA is #660B45. Grayscale: #D2D2D2. Windows color (decimal): -6687558 or 12252313. OLE color: 12252313.

HSL color Cylindrical-coordinate representation of color #99F4BA: hue angle of 141.76º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F4BA is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB153244186-
CMYK0.3700.240.04
HSL141.76º80.53%77.84%-
HSV(B)141.76º37.3%95.69%-
XYZ54.3575.0258.07-
YUV210.18114.3587.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.24%
GREEN value IS 244 (95.70% from 255) = 41.85%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=26.24%
G=41.85%
B=31.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1532441860.3700.240.04141.7680.5377.84
Hex99F4BA2501848e514e
Octal231364272450304216121116
Binary1001100111110100101110101001010110001001000111010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,244,186); }

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

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

 a { background-color: rgb(153,244,186); }

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

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

 span { border-color: rgb(153,244,186); }

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