#98CAAE

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

Shades of Vista Blue #98CAAE

Tints of Vista Blue #98CAAE

Color information

#98CAAE (or 0x98CAAE) is unknown color: approx Vista Blue. HEX triplet: 98, CA and AE. RGB value is (152,202,174). Sum of RGB (Red+Green+Blue) = 152+202+174=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #98CAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CAAE is #673551. Grayscale: #B7B7B7. Windows color (decimal): -6763858 or 11455128. OLE color: 11455128.

HSL color Cylindrical-coordinate representation of color #98CAAE: hue angle of 146.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98CAAE is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB152202174-
CMYK0.2500.140.21
HSL146.4º32.05%69.41%-
HSV(B)146.4º24.75%79.22%-
XYZ41.7151.9747.88-
YUV183.86122.44105.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.79%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=28.79%
G=38.26%
B=32.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1522021740.2500.140.21146.432.0569.41
Hex98CAAE190E15922045
Octal230312256310162522240105
Binary100110001100101010101110110010111010101100100101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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