#98D0BB

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

Shades of Vista Blue #98D0BB

Tints of Vista Blue #98D0BB

Color information

#98D0BB (or 0x98D0BB) is unknown color: approx Vista Blue. HEX triplet: 98, D0 and BB. RGB value is (152,208,187). Sum of RGB (Red+Green+Blue) = 152+208+187=547 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.79% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #98D0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D0BB is #672F44. Grayscale: #BCBCBC. Windows color (decimal): -6762309 or 12308632. OLE color: 12308632.

HSL color Cylindrical-coordinate representation of color #98D0BB: hue angle of 157.5º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98D0BB is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB152208187-
CMYK0.2700.100.18
HSL157.5º37.33%70.59%-
HSV(B)157.5º26.92%81.57%-
XYZ44.4755.3855.36-
YUV188.86126.95101.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.79%
GREEN value IS 208 (81.64% from 255) = 38.03%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=27.79%
G=38.03%
B=34.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522081870.2700.100.18157.537.3370.59
Hex98D0BB1B0A129e2547
Octal230320273330122223645107
Binary100110001101000010111011110110101010010100111101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,208,187); }

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

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

 a { background-color: rgb(152,208,187); }

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

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

 span { border-color: rgb(152,208,187); }

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