#98D5B9

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

Shades of Vista Blue #98D5B9

Tints of Vista Blue #98D5B9

Color information

#98D5B9 (or 0x98D5B9) is unknown color: approx Vista Blue. HEX triplet: 98, D5 and B9. RGB value is (152,213,185). Sum of RGB (Red+Green+Blue) = 152+213+185=550 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.64% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D5B9 is #672A46. Grayscale: #BFBFBF. Windows color (decimal): -6761031 or 12178840. OLE color: 12178840.

HSL color Cylindrical-coordinate representation of color #98D5B9: hue angle of 152.46º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D5B9 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB152213185-
CMYK0.2900.130.16
HSL152.46º42.07%71.57%-
HSV(B)152.46º28.64%83.53%-
XYZ45.557.7754.65-
YUV191.57124.2999.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.64%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 185 (72.66% from 255) = 33.64%
R=27.64%
G=38.73%
B=33.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522131850.2900.130.16152.4642.0771.57
Hex98D5B91D0D10982a48
Octal230325271350152023052110
Binary100110001101010110111001111010110110000100110001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,213,185); }

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

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

 a { background-color: rgb(152,213,185); }

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

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

 span { border-color: rgb(152,213,185); }

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