#98E1BA

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

Shades of Vista Blue #98E1BA

Tints of Vista Blue #98E1BA

Color information

#98E1BA (or 0x98E1BA) is unknown color: approx Vista Blue. HEX triplet: 98, E1 and BA. RGB value is (152,225,186). Sum of RGB (Red+Green+Blue) = 152+225+186=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #98E1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E1BA is #671E45. Grayscale: #C6C6C6. Windows color (decimal): -6757958 or 12247448. OLE color: 12247448.

HSL color Cylindrical-coordinate representation of color #98E1BA: hue angle of 147.95º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98E1BA is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB152225186-
CMYK0.3200.170.12
HSL147.95º54.89%73.92%-
HSV(B)147.95º32.44%88.24%-
XYZ48.7464.0756.25-
YUV198.73120.8294.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.00%
GREEN value IS 225 (88.28% from 255) = 39.96%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=27.00%
G=39.96%
B=33.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1522251860.3200.170.12147.9554.8973.92
Hex98E1BA20011C94374a
Octal230341272400211422467112
Binary1001100011100001101110101000000100011100100101001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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