#98D8C0

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

Shades of Vista Blue #98D8C0

Tints of Vista Blue #98D8C0

Color information

#98D8C0 (or 0x98D8C0) is unknown color: approx Vista Blue. HEX triplet: 98, D8 and C0. RGB value is (152,216,192). Sum of RGB (Red+Green+Blue) = 152+216+192=560 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.14% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D8C0 is #67273F. Grayscale: #C2C2C2. Windows color (decimal): -6760256 or 12638360. OLE color: 12638360.

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

Color convert

RGB152216192-
CMYK0.3000.110.15
HSL157.5º45.07%72.16%-
HSV(B)157.5º29.63%84.71%-
XYZ47.0259.5958.89-
YUV194.13126.897.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.14%
GREEN value IS 216 (84.77% from 255) = 38.57%
BLUE value IS 192 (75.39% from 255) = 34.29%
R=27.14%
G=38.57%
B=34.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522161920.3000.110.15157.545.0772.16
Hex98D8C01E0BF9e2d48
Octal230330300360131723655110
Binary10011000110110001100000011110010111111100111101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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