#98E8BD

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

Shades of Vista Blue #98E8BD

Tints of Vista Blue #98E8BD

Color information

#98E8BD (or 0x98E8BD) is unknown color: approx Vista Blue. HEX triplet: 98, E8 and BD. RGB value is (152,232,189). Sum of RGB (Red+Green+Blue) = 152+232+189=573 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.53% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 232 - color contains mainly: green. Hex color #98E8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E8BD is #671742. Grayscale: #CBCBCB. Windows color (decimal): -6756163 or 12445848. OLE color: 12445848.

HSL color Cylindrical-coordinate representation of color #98E8BD: hue angle of 147.75º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E8BD is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB152232189-
CMYK0.3400.190.09
HSL147.75º63.49%75.29%-
HSV(B)147.75º34.48%90.98%-
XYZ50.9968.0658.59-
YUV203.1812091.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.53%
GREEN value IS 232 (91.02% from 255) = 40.49%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=26.53%
G=40.49%
B=32.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1522321890.3400.190.09147.7563.4975.29
Hex98E8BD220139943f4b
Octal230350275420231122477113
Binary1001100011101000101111011000100100111001100101001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,232,189); }

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

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

 a { background-color: rgb(152,232,189); }

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

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

 span { border-color: rgb(152,232,189); }

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