#98D3BA

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

Shades of Vista Blue #98D3BA

Tints of Vista Blue #98D3BA

Color information

#98D3BA (or 0x98D3BA) is unknown color: approx Vista Blue. HEX triplet: 98, D3 and BA. RGB value is (152,211,186). Sum of RGB (Red+Green+Blue) = 152+211+186=549 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.69% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 211 - color contains mainly: green. Hex color #98D3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D3BA is #672C45. Grayscale: #BEBEBE. Windows color (decimal): -6761542 or 12243864. OLE color: 12243864.

HSL color Cylindrical-coordinate representation of color #98D3BA: hue angle of 154.58º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D3BA is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB152211186-
CMYK0.2800.120.17
HSL154.58º40.14%71.18%-
HSV(B)154.58º27.96%82.75%-
XYZ45.1156.8155.04-
YUV190.51125.45100.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.69%
GREEN value IS 211 (82.81% from 255) = 38.43%
BLUE value IS 186 (73.05% from 255) = 33.88%
R=27.69%
G=38.43%
B=33.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1522111860.2800.120.17154.5840.1471.18
Hex98D3BA1C0C119b2847
Octal230323272340142123350107
Binary100110001101001110111010111000110010001100110111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,211,186); }

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

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

 a { background-color: rgb(152,211,186); }

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

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

 span { border-color: rgb(152,211,186); }

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