#98E3BA

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

Shades of Vista Blue #98E3BA

Tints of Vista Blue #98E3BA

Color information

#98E3BA (or 0x98E3BA) is unknown color: approx Vista Blue. HEX triplet: 98, E3 and BA. RGB value is (152,227,186). Sum of RGB (Red+Green+Blue) = 152+227+186=565 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.90% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #98E3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E3BA is #671C45. Grayscale: #C7C7C7. Windows color (decimal): -6757446 or 12247960. OLE color: 12247960.

HSL color Cylindrical-coordinate representation of color #98E3BA: hue angle of 147.2º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98E3BA is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB152227186-
CMYK0.3300.180.11
HSL147.2º57.25%74.31%-
HSV(B)147.2º33.04%89.02%-
XYZ49.2865.1656.43-
YUV199.9120.1593.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.90%
GREEN value IS 227 (89.06% from 255) = 40.18%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=26.90%
G=40.18%
B=32.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1522271860.3300.180.11147.257.2574.31
Hex98E3BA21012B93394a
Octal230343272410221322371112
Binary1001100011100011101110101000010100101011100100111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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