#98DDBF

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

Shades of Vista Blue #98DDBF

Tints of Vista Blue #98DDBF

Color information

#98DDBF (or 0x98DDBF) is unknown color: approx Vista Blue. HEX triplet: 98, DD and BF. RGB value is (152,221,191). Sum of RGB (Red+Green+Blue) = 152+221+191=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDBF is #672240. Grayscale: #C4C4C4. Windows color (decimal): -6758977 or 12574104. OLE color: 12574104.

HSL color Cylindrical-coordinate representation of color #98DDBF: hue angle of 153.91º 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 #98DDBF is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB152221191-
CMYK0.3100.140.13
HSL153.91º50.36%73.14%-
HSV(B)153.91º31.22%86.67%-
XYZ48.2162.1558.75-
YUV196.95124.6495.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.95%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 191 (75% from 255) = 33.87%
R=26.95%
G=39.18%
B=33.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522211910.3100.140.13153.9150.3673.14
Hex98DDBF1F0ED9a3249
Octal230335277370161523262111
Binary10011000110111011011111111111011101101100110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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