#98D9AF

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

Shades of Vista Blue #98D9AF

Tints of Vista Blue #98D9AF

Color information

#98D9AF (or 0x98D9AF) is unknown color: approx Vista Blue. HEX triplet: 98, D9 and AF. RGB value is (152,217,175). Sum of RGB (Red+Green+Blue) = 152+217+175=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D9AF is #672650. Grayscale: #C0C0C0. Windows color (decimal): -6760017 or 11524504. OLE color: 11524504.

HSL color Cylindrical-coordinate representation of color #98D9AF: hue angle of 141.23º 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 #98D9AF is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB152217175-
CMYK0.3000.190.15
HSL141.23º46.1%72.35%-
HSV(B)141.23º29.95%85.1%-
XYZ45.559.449.62-
YUV192.78117.9798.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.94%
GREEN value IS 217 (85.16% from 255) = 39.89%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=27.94%
G=39.89%
B=32.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522171750.3000.190.15141.2346.172.35
Hex98D9AF1E013F8d2e48
Octal230331257360231721556110
Binary100110001101100110101111111100100111111100011011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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