#98CCAE

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

Shades of Vista Blue #98CCAE

Tints of Vista Blue #98CCAE

Color information

#98CCAE (or 0x98CCAE) is unknown color: approx Vista Blue. HEX triplet: 98, CC and AE. RGB value is (152,204,174). Sum of RGB (Red+Green+Blue) = 152+204+174=530 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.68% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #98CCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CCAE is #673351. Grayscale: #B9B9B9. Windows color (decimal): -6763346 or 11455640. OLE color: 11455640.

HSL color Cylindrical-coordinate representation of color #98CCAE: hue angle of 145.38º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CCAE is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB152204174-
CMYK0.2500.150.2
HSL145.38º33.77%69.8%-
HSV(B)145.38º25.49%80%-
XYZ42.1852.9248.04-
YUV185.03121.77104.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.68%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=28.68%
G=38.49%
B=32.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1522041740.2500.150.2145.3833.7769.8
Hex98CCAE190F14912246
Octal230314256310172422142106
Binary100110001100110010101110110010111110100100100011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,204,174); }

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

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

 a { background-color: rgb(152,204,174); }

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

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

 span { border-color: rgb(152,204,174); }

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