#98D9AE

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

Shades of Vista Blue #98D9AE

Tints of Vista Blue #98D9AE

Color information

#98D9AE (or 0x98D9AE) is unknown color: approx Vista Blue. HEX triplet: 98, D9 and AE. RGB value is (152,217,174). Sum of RGB (Red+Green+Blue) = 152+217+174=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D9AE is #672651. Grayscale: #C0C0C0. Windows color (decimal): -6760018 or 11458968. OLE color: 11458968.

HSL color Cylindrical-coordinate representation of color #98D9AE: hue angle of 140.31º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D9AE is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB152217174-
CMYK0.3000.200.15
HSL140.31º46.1%72.35%-
HSV(B)140.31º29.95%85.1%-
XYZ45.459.3649.11-
YUV192.66117.4799-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.99%
GREEN value IS 217 (85.16% from 255) = 39.96%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=27.99%
G=39.96%
B=32.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522171740.3000.200.15140.3146.172.35
Hex98D9AE1E014F8c2e48
Octal230331256360241721456110
Binary100110001101100110101110111100101001111100011001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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