#98DAB8

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

Shades of Vista Blue #98DAB8

Tints of Vista Blue #98DAB8

Color information

#98DAB8 (or 0x98DAB8) is unknown color: approx Vista Blue. HEX triplet: 98, DA and B8. RGB value is (152,218,184). Sum of RGB (Red+Green+Blue) = 152+218+184=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #98DAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DAB8 is #672547. Grayscale: #C2C2C2. Windows color (decimal): -6759752 or 12114584. OLE color: 12114584.

HSL color Cylindrical-coordinate representation of color #98DAB8: hue angle of 149.09º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98DAB8 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB152218184-
CMYK0.3000.160.15
HSL149.09º47.14%72.55%-
HSV(B)149.09º30.28%85.49%-
XYZ46.6760.2854.52-
YUV194.39122.1397.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.44%
GREEN value IS 218 (85.55% from 255) = 39.35%
BLUE value IS 184 (72.27% from 255) = 33.21%
R=27.44%
G=39.35%
B=33.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522181840.3000.160.15149.0947.1472.55
Hex98DAB81E010F952f49
Octal230332270360201722557111
Binary100110001101101010111000111100100001111100101011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,218,184); }

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

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

 a { background-color: rgb(152,218,184); }

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

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

 span { border-color: rgb(152,218,184); }

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