#98D9B5

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

Shades of Vista Blue #98D9B5

Tints of Vista Blue #98D9B5

Color information

#98D9B5 (or 0x98D9B5) is unknown color: approx Vista Blue. HEX triplet: 98, D9 and B5. RGB value is (152,217,181). Sum of RGB (Red+Green+Blue) = 152+217+181=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D9B5 is #67264A. Grayscale: #C1C1C1. Windows color (decimal): -6760011 or 11917720. OLE color: 11917720.

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

Color convert

RGB152217181-
CMYK0.3000.170.15
HSL146.77º46.1%72.35%-
HSV(B)146.77º29.95%85.1%-
XYZ46.159.6452.8-
YUV193.46120.9798.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.64%
GREEN value IS 217 (85.16% from 255) = 39.45%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=27.64%
G=39.45%
B=32.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522171810.3000.170.15146.7746.172.35
Hex98D9B51E011F932e48
Octal230331265360211722356110
Binary100110001101100110110101111100100011111100100111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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