#98DBAF

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

Shades of Vista Blue #98DBAF

Tints of Vista Blue #98DBAF

Color information

#98DBAF (or 0x98DBAF) is unknown color: approx Vista Blue. HEX triplet: 98, DB and AF. RGB value is (152,219,175). Sum of RGB (Red+Green+Blue) = 152+219+175=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #98DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DBAF is #672450. Grayscale: #C2C2C2. Windows color (decimal): -6759505 or 11525016. OLE color: 11525016.

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

Color convert

RGB152219175-
CMYK0.3100.200.14
HSL140.6º48.2%72.75%-
HSV(B)140.6º30.59%85.88%-
XYZ46.0260.4349.8-
YUV193.95117.398.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.84%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=27.84%
G=40.11%
B=32.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522191750.3100.200.14140.648.272.75
Hex98DBAF1F014E8d3049
Octal230333257370241621560111
Binary100110001101101110101111111110101001110100011011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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