#98DCAE

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

Shades of Vista Blue #98DCAE

Tints of Vista Blue #98DCAE

Color information

#98DCAE (or 0x98DCAE) is unknown color: approx Vista Blue. HEX triplet: 98, DC and AE. RGB value is (152,220,174). Sum of RGB (Red+Green+Blue) = 152+220+174=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DCAE is #672351. Grayscale: #C2C2C2. Windows color (decimal): -6759250 or 11459736. OLE color: 11459736.

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

Color convert

RGB152220174-
CMYK0.3100.210.14
HSL139.41º49.28%72.94%-
HSV(B)139.41º30.91%86.27%-
XYZ46.1860.9249.37-
YUV194.42116.4797.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.84%
GREEN value IS 220 (86.33% from 255) = 40.29%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=27.84%
G=40.29%
B=31.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522201740.3100.210.14139.4149.2872.94
Hex98DCAE1F015E8b3149
Octal230334256370251621361111
Binary100110001101110010101110111110101011110100010111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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