#98D9BD

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

Shades of Vista Blue #98D9BD

Tints of Vista Blue #98D9BD

Color information

#98D9BD (or 0x98D9BD) is unknown color: approx Vista Blue. HEX triplet: 98, D9 and BD. RGB value is (152,217,189). Sum of RGB (Red+Green+Blue) = 152+217+189=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D9BD is #672642. Grayscale: #C2C2C2. Windows color (decimal): -6760003 or 12442008. OLE color: 12442008.

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

Color convert

RGB152217189-
CMYK0.3000.130.15
HSL154.15º46.1%72.35%-
HSV(B)154.15º29.95%85.1%-
XYZ46.9559.9857.25-
YUV194.37124.9797.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.24%
GREEN value IS 217 (85.16% from 255) = 38.89%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=27.24%
G=38.89%
B=33.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522171890.3000.130.15154.1546.172.35
Hex98D9BD1E0DF9a2e48
Octal230331275360151723256110
Binary10011000110110011011110111110011011111100110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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