#98DBBA

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

Shades of Vista Blue #98DBBA

Tints of Vista Blue #98DBBA

Color information

#98DBBA (or 0x98DBBA) is unknown color: approx Vista Blue. HEX triplet: 98, DB and BA. RGB value is (152,219,186). Sum of RGB (Red+Green+Blue) = 152+219+186=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 219 (85.94% from 255 or 39.32% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBBA is #672445. Grayscale: #C3C3C3. Windows color (decimal): -6759494 or 12245912. OLE color: 12245912.

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

Color convert

RGB152219186-
CMYK0.3100.150.14
HSL150.45º48.2%72.75%-
HSV(B)150.45º30.59%85.88%-
XYZ47.1460.8855.72-
YUV195.2122.897.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.29%
GREEN value IS 219 (85.94% from 255) = 39.32%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=27.29%
G=39.32%
B=33.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522191860.3100.150.14150.4548.272.75
Hex98DBBA1F0FE963049
Octal230333272370171622660111
Binary10011000110110111011101011111011111110100101101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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