#98D5AE

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

Shades of Vista Blue #98D5AE

Tints of Vista Blue #98D5AE

Color information

#98D5AE (or 0x98D5AE) is unknown color: approx Vista Blue. HEX triplet: 98, D5 and AE. RGB value is (152,213,174). Sum of RGB (Red+Green+Blue) = 152+213+174=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D5AE is #672A51. Grayscale: #BEBEBE. Windows color (decimal): -6761042 or 11457944. OLE color: 11457944.

HSL color Cylindrical-coordinate representation of color #98D5AE: hue angle of 141.64º degrees, saturation: 0.42, 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 #98D5AE is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB152213174-
CMYK0.2900.180.16
HSL141.64º42.07%71.57%-
HSV(B)141.64º28.64%83.53%-
XYZ44.3857.3248.77-
YUV190.32118.79100.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.20%
GREEN value IS 213 (83.59% from 255) = 39.52%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=28.20%
G=39.52%
B=32.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522131740.2900.180.16141.6442.0771.57
Hex98D5AE1D012108e2a48
Octal230325256350222021652110
Binary1001100011010101101011101110101001010000100011101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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