Html Css Color HEX #98D9AF Vista Blue

📋 copy color: '#98D9AF'

red 152 ◦ green 217 ◦ blue 175

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

Shades of Vista Blue #98D9AF

Tints of Vista Blue #98D9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.17%

R = 27.94%
G = 39.89%
B = 32.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#98D9AF (or 0x98D9AF) is known color: Vista Blue. HEX triplet: 98, D9 and AF. RGB value is (152,217,175). Sum of RGB (Red+Green+Blue) = 152+217+175=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D9AF is #672650. Grayscale: #C0C0C0. Windows color (decimal): -6760017 or 11524504. OLE color: 11524504.

HSL color Cylindrical-coordinate representation of color #98D9AF: hue angle of 141.23º 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 #98D9AF is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 217 175 -
CMYK 0.30 0 0.19 0.15
HSL 141.23º 0.46% 0.72% -
HSV(B) 141.23º 0.3% 0.85% -
XYZ 45.5 59.4 49.62 -
YUV 192.78 117.97 98.92 -
System Red Green Blue C M Y K H S L
Decimal 152 217 175 0.30 0 0.19 0.15 141.23 0.46 0.72
Hex 98 D9 AF 1E 0 13 F 8D 2E 48
Octal 230 331 257 36 0 23 17 215 56 110
Binary 10011000 11011001 10101111 11110 0 10011 1111 10001101 101110 1001000

Color Harmonies of #98D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D9AF

Black with #98D9AF

Text Example


Text Example

White with #98D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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