#98DAB7

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

Shades of Vista Blue #98DAB7

Tints of Vista Blue #98DAB7

Color information

#98DAB7 (or 0x98DAB7) is unknown color: approx Vista Blue. HEX triplet: 98, DA and B7. RGB value is (152,218,183). Sum of RGB (Red+Green+Blue) = 152+218+183=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DAB7 is #672548. Grayscale: #C2C2C2. Windows color (decimal): -6759753 or 12049048. OLE color: 12049048.

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

Color convert

RGB152218183-
CMYK0.3000.160.15
HSL148.18º47.14%72.55%-
HSV(B)148.18º30.28%85.49%-
XYZ46.5760.2453.97-
YUV194.28121.6397.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.49%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 183 (71.88% from 255) = 33.09%
R=27.49%
G=39.42%
B=33.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522181830.3000.160.15148.1847.1472.55
Hex98DAB71E010F942f49
Octal230332267360201722457111
Binary100110001101101010110111111100100001111100101001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,218,183); }

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

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

 a { background-color: rgb(152,218,183); }

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

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

 span { border-color: rgb(152,218,183); }

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