Html Css Color HEX #98D9AE Vista Blue

📋 copy color: '#98D9AE'

red 152 ◦ green 217 ◦ blue 174

#98D9AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #98D9AE

Tints of Vista Blue #98D9AE

RGB

 RED value IS 152 (59.77% from 255) = 27.99%

 GREEN value IS 217 (85.16% from 255) = 39.96%

 BLUE value IS 174 (68.36% from 255) = 32.04%

R = 27.99%
G = 39.96%
B = 32.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#98D9AE (or 0x98D9AE) is known color: Vista Blue. HEX triplet: 98, D9 and AE. RGB value is (152,217,174). Sum of RGB (Red+Green+Blue) = 152+217+174=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 217 (85.16% from 255 or 39.96% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D9AE is #672651. Grayscale: #C0C0C0. Windows color (decimal): -6760018 or 11458968. OLE color: 11458968.

HSL color Cylindrical-coordinate representation of color #98D9AE: hue angle of 140.31º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D9AE is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 217 174 -
CMYK 0.30 0 0.20 0.15
HSL 140.31º 0.46% 0.72% -
HSV(B) 140.31º 0.3% 0.85% -
XYZ 45.4 59.36 49.11 -
YUV 192.66 117.47 99 -
System Red Green Blue C M Y K H S L
Decimal 152 217 174 0.30 0 0.20 0.15 140.31 0.46 0.72
Hex 98 D9 AE 1E 0 14 F 8C 2E 48
Octal 230 331 256 36 0 24 17 214 56 110
Binary 10011000 11011001 10101110 11110 0 10100 1111 10001100 101110 1001000

Color Harmonies of #98D9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D9AE

Black with #98D9AE

Text Example


Text Example

White with #98D9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98D9AE;
 }
 .AnyTagClassName
 {
   color: #98D9AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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