#98DDBA

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

Shades of Vista Blue #98DDBA

Tints of Vista Blue #98DDBA

Color information

#98DDBA (or 0x98DDBA) is unknown color: approx Vista Blue. HEX triplet: 98, DD and BA. RGB value is (152,221,186). Sum of RGB (Red+Green+Blue) = 152+221+186=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDBA is #672245. Grayscale: #C4C4C4. Windows color (decimal): -6758982 or 12246424. OLE color: 12246424.

HSL color Cylindrical-coordinate representation of color #98DDBA: hue angle of 149.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDBA is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB152221186-
CMYK0.3100.160.13
HSL149.57º50.36%73.14%-
HSV(B)149.57º31.22%86.67%-
XYZ47.6761.9355.9-
YUV196.38122.1496.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.19%
GREEN value IS 221 (86.72% from 255) = 39.53%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=27.19%
G=39.53%
B=33.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522211860.3100.160.13149.5750.3673.14
Hex98DDBA1F010D963249
Octal230335272370201522662111
Binary100110001101110110111010111110100001101100101101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,221,186); }

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

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

 a { background-color: rgb(152,221,186); }

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

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

 span { border-color: rgb(152,221,186); }

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