#98DDBE

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

Shades of Vista Blue #98DDBE

Tints of Vista Blue #98DDBE

Color information

#98DDBE (or 0x98DDBE) is unknown color: approx Vista Blue. HEX triplet: 98, DD and BE. RGB value is (152,221,190). Sum of RGB (Red+Green+Blue) = 152+221+190=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDBE is #672241. Grayscale: #C4C4C4. Windows color (decimal): -6758978 or 12508568. OLE color: 12508568.

HSL color Cylindrical-coordinate representation of color #98DDBE: hue angle of 153.04º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDBE is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB152221190-
CMYK0.3100.140.13
HSL153.04º50.36%73.14%-
HSV(B)153.04º31.22%86.67%-
XYZ48.162.1158.17-
YUV196.84124.1496.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.00%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=27.00%
G=39.25%
B=33.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522211900.3100.140.13153.0450.3673.14
Hex98DDBE1F0ED993249
Octal230335276370161523162111
Binary10011000110111011011111011111011101101100110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,221,190); }

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

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

 a { background-color: rgb(152,221,190); }

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

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

 span { border-color: rgb(152,221,190); }

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