#98D5BB

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

Shades of Vista Blue #98D5BB

Tints of Vista Blue #98D5BB

Color information

#98D5BB (or 0x98D5BB) is unknown color: approx Vista Blue. HEX triplet: 98, D5 and BB. RGB value is (152,213,187). Sum of RGB (Red+Green+Blue) = 152+213+187=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D5BB is #672A44. Grayscale: #BFBFBF. Windows color (decimal): -6761029 or 12309912. OLE color: 12309912.

HSL color Cylindrical-coordinate representation of color #98D5BB: hue angle of 154.43º 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 #98D5BB is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB152213187-
CMYK0.2900.120.16
HSL154.43º42.07%71.57%-
HSV(B)154.43º28.64%83.53%-
XYZ45.7157.8555.77-
YUV191.8125.2999.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.54%
GREEN value IS 213 (83.59% from 255) = 38.59%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=27.54%
G=38.59%
B=33.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1522131870.2900.120.16154.4342.0771.57
Hex98D5BB1D0C109a2a48
Octal230325273350142023252110
Binary100110001101010110111011111010110010000100110101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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