#98DBBB

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

Shades of Vista Blue #98DBBB

Tints of Vista Blue #98DBBB

Color information

#98DBBB (or 0x98DBBB) is unknown color: approx Vista Blue. HEX triplet: 98, DB and BB. RGB value is (152,219,187). Sum of RGB (Red+Green+Blue) = 152+219+187=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBBB is #672444. Grayscale: #C3C3C3. Windows color (decimal): -6759493 or 12311448. OLE color: 12311448.

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

Color convert

RGB152219187-
CMYK0.3100.150.14
HSL151.34º48.2%72.75%-
HSV(B)151.34º30.59%85.88%-
XYZ47.2560.9356.28-
YUV195.32123.397.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.24%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=27.24%
G=39.25%
B=33.51%

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
Decimal1522191870.3100.150.14151.3448.272.75
Hex98DBBB1F0FE973049
Octal230333273370171622760111
Binary10011000110110111011101111111011111110100101111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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