#98D2BA

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

Shades of Vista Blue #98D2BA

Tints of Vista Blue #98D2BA

Color information

#98D2BA (or 0x98D2BA) is unknown color: approx Vista Blue. HEX triplet: 98, D2 and BA. RGB value is (152,210,186). Sum of RGB (Red+Green+Blue) = 152+210+186=548 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.74% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 210 - color contains mainly: green. Hex color #98D2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D2BA is #672D45. Grayscale: #BDBDBD. Windows color (decimal): -6761798 or 12243608. OLE color: 12243608.

HSL color Cylindrical-coordinate representation of color #98D2BA: hue angle of 155.17º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D2BA is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB152210186-
CMYK0.2800.110.18
HSL155.17º39.19%70.98%-
HSV(B)155.17º27.62%82.35%-
XYZ44.8656.3154.96-
YUV189.92125.78100.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.74%
GREEN value IS 210 (82.42% from 255) = 38.32%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=27.74%
G=38.32%
B=33.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522101860.2800.110.18155.1739.1970.98
Hex98D2BA1C0B129b2747
Octal230322272340132223347107
Binary100110001101001010111010111000101110010100110111001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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