#98D8B1

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

Shades of Vista Blue #98D8B1

Tints of Vista Blue #98D8B1

Color information

#98D8B1 (or 0x98D8B1) is unknown color: approx Vista Blue. HEX triplet: 98, D8 and B1. RGB value is (152,216,177). Sum of RGB (Red+Green+Blue) = 152+216+177=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D8B1 is #67274E. Grayscale: #C0C0C0. Windows color (decimal): -6760271 or 11655320. OLE color: 11655320.

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

Color convert

RGB152216177-
CMYK0.3000.180.15
HSL143.44º45.07%72.16%-
HSV(B)143.44º29.63%84.71%-
XYZ45.4458.9650.58-
YUV192.42119.399.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.89%
GREEN value IS 216 (84.77% from 255) = 39.63%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=27.89%
G=39.63%
B=32.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522161770.3000.180.15143.4445.0772.16
Hex98D8B11E012F8f2d48
Octal230330261360221721755110
Binary100110001101100010110001111100100101111100011111011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,216,177); }

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

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

 a { background-color: rgb(152,216,177); }

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

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

 span { border-color: rgb(152,216,177); }

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