#98DAAE

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

Shades of Vista Blue #98DAAE

Tints of Vista Blue #98DAAE

Color information

#98DAAE (or 0x98DAAE) is unknown color: approx Vista Blue. HEX triplet: 98, DA and AE. RGB value is (152,218,174). Sum of RGB (Red+Green+Blue) = 152+218+174=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DAAE is #672551. Grayscale: #C1C1C1. Windows color (decimal): -6759762 or 11459224. OLE color: 11459224.

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

Color convert

RGB152218174-
CMYK0.3000.200.15
HSL140º47.14%72.55%-
HSV(B)140º30.28%85.49%-
XYZ45.6659.8749.19-
YUV193.25117.1398.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.94%
GREEN value IS 218 (85.55% from 255) = 40.07%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=27.94%
G=40.07%
B=31.99%

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
Decimal1522181740.3000.200.1514047.1472.55
Hex98DAAE1E014F8c2f49
Octal230332256360241721457111
Binary100110001101101010101110111100101001111100011001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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