#98DBBF

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

Shades of Vista Blue #98DBBF

Tints of Vista Blue #98DBBF

Color information

#98DBBF (or 0x98DBBF) is unknown color: approx Vista Blue. HEX triplet: 98, DB and BF. RGB value is (152,219,191). Sum of RGB (Red+Green+Blue) = 152+219+191=562 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.05% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBBF is #672440. Grayscale: #C3C3C3. Windows color (decimal): -6759489 or 12573592. OLE color: 12573592.

HSL color Cylindrical-coordinate representation of color #98DBBF: hue angle of 154.93º 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 #98DBBF is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB152219191-
CMYK0.3100.130.14
HSL154.93º48.2%72.75%-
HSV(B)154.93º30.59%85.88%-
XYZ47.6861.158.57-
YUV195.78125.396.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.05%
GREEN value IS 219 (85.94% from 255) = 38.97%
BLUE value IS 191 (75% from 255) = 33.99%
R=27.05%
G=38.97%
B=33.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522191910.3100.130.14154.9348.272.75
Hex98DBBF1F0DE9b3049
Octal230333277370151623360111
Binary10011000110110111011111111111011011110100110111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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