#98D6BB

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

Shades of Vista Blue #98D6BB

Tints of Vista Blue #98D6BB

Color information

#98D6BB (or 0x98D6BB) is unknown color: approx Vista Blue. HEX triplet: 98, D6 and BB. RGB value is (152,214,187). Sum of RGB (Red+Green+Blue) = 152+214+187=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #98D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6BB is #672944. Grayscale: #C0C0C0. Windows color (decimal): -6760773 or 12310168. OLE color: 12310168.

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

Color convert

RGB152214187-
CMYK0.2900.130.16
HSL153.87º43.06%71.76%-
HSV(B)153.87º28.97%83.92%-
XYZ45.9758.3655.86-
YUV192.38124.9699.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.49%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=27.49%
G=38.70%
B=33.82%

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
Decimal1522141870.2900.130.16153.8743.0671.76
Hex98D6BB1D0D109a2b48
Octal230326273350152023253110
Binary100110001101011010111011111010110110000100110101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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