#98F5BA

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

Shades of Vista Blue #98F5BA

Tints of Vista Blue #98F5BA

Color information

#98F5BA (or 0x98F5BA) is unknown color: approx Vista Blue. HEX triplet: 98, F5 and BA. RGB value is (152,245,186). Sum of RGB (Red+Green+Blue) = 152+245+186=583 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.07% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #98F5BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F5BA is #670A45. Grayscale: #D2D2D2. Windows color (decimal): -6752838 or 12252568. OLE color: 12252568.

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

Color convert

RGB152245186-
CMYK0.3800.240.04
HSL141.94º82.3%77.84%-
HSV(B)141.94º37.96%96.08%-
XYZ54.4675.5358.16-
YUV210.47114.1986.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.07%
GREEN value IS 245 (96.09% from 255) = 42.02%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=26.07%
G=42.02%
B=31.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1522451860.3800.240.04141.9482.377.84
Hex98F5BA2601848e524e
Octal230365272460304216122116
Binary1001100011110101101110101001100110001001000111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98F5BA; }

 p { color: rgb(152,245,186); }

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

<style>
 a { background-color: #98F5BA; }

 a { background-color: rgb(152,245,186); }

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

<style>
 span { border-color: #98F5BA; }

 span { border-color: rgb(152,245,186); }

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