#98DBBC

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

Shades of Vista Blue #98DBBC

Tints of Vista Blue #98DBBC

Color information

#98DBBC (or 0x98DBBC) is unknown color: approx Vista Blue. HEX triplet: 98, DB and BC. RGB value is (152,219,188). Sum of RGB (Red+Green+Blue) = 152+219+188=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBBC is #672443. Grayscale: #C3C3C3. Windows color (decimal): -6759492 or 12376984. OLE color: 12376984.

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

Color convert

RGB152219188-
CMYK0.3100.140.14
HSL152.24º48.2%72.75%-
HSV(B)152.24º30.59%85.88%-
XYZ47.3660.9756.85-
YUV195.43123.897.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.19%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 188 (73.83% from 255) = 33.63%
R=27.19%
G=39.18%
B=33.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522191880.3100.140.14152.2448.272.75
Hex98DBBC1F0EE983049
Octal230333274370161623060111
Binary10011000110110111011110011111011101110100110001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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