#98E5C3

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

Shades of Vista Blue #98E5C3

Tints of Vista Blue #98E5C3

Color information

#98E5C3 (or 0x98E5C3) is unknown color: approx Vista Blue. HEX triplet: 98, E5 and C3. RGB value is (152,229,195). Sum of RGB (Red+Green+Blue) = 152+229+195=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #98E5C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E5C3 is #671A3C. Grayscale: #CACACA. Windows color (decimal): -6756925 or 12838296. OLE color: 12838296.

HSL color Cylindrical-coordinate representation of color #98E5C3: hue angle of 153.51º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E5C3 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB152229195-
CMYK0.3400.150.10
HSL153.51º59.69%74.71%-
HSV(B)153.51º33.62%89.8%-
XYZ50.8266.6561.82-
YUV202.1123.9992.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.39%
GREEN value IS 229 (89.84% from 255) = 39.76%
BLUE value IS 195 (76.56% from 255) = 33.85%
R=26.39%
G=39.76%
B=33.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1522291950.3400.150.10153.5159.6974.71
Hex98E5C3220FA9a3c4b
Octal230345303420171223274113
Binary100110001110010111000011100010011111010100110101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,229,195); }

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

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

 a { background-color: rgb(152,229,195); }

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

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

 span { border-color: rgb(152,229,195); }

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