#98D7AE

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

Shades of Vista Blue #98D7AE

Tints of Vista Blue #98D7AE

Color information

#98D7AE (or 0x98D7AE) is unknown color: approx Vista Blue. HEX triplet: 98, D7 and AE. RGB value is (152,215,174). Sum of RGB (Red+Green+Blue) = 152+215+174=541 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.10% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D7AE is #672851. Grayscale: #BFBFBF. Windows color (decimal): -6760530 or 11458456. OLE color: 11458456.

HSL color Cylindrical-coordinate representation of color #98D7AE: hue angle of 140.95º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D7AE is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB152215174-
CMYK0.2900.190.16
HSL140.95º44.06%71.96%-
HSV(B)140.95º29.3%84.31%-
XYZ44.8958.3348.94-
YUV191.49118.1399.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.10%
GREEN value IS 215 (84.38% from 255) = 39.74%
BLUE value IS 174 (68.36% from 255) = 32.16%
R=28.10%
G=39.74%
B=32.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522151740.2900.190.16140.9544.0671.96
Hex98D7AE1D013108d2c48
Octal230327256350232021554110
Binary1001100011010111101011101110101001110000100011011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,215,174); }

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

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

 a { background-color: rgb(152,215,174); }

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

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

 span { border-color: rgb(152,215,174); }

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