Html Css Color HEX #98D8AF Vista Blue

📋 copy color: '#98D8AF'

red 152 ◦ green 216 ◦ blue 175

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

Shades of Vista Blue #98D8AF

Tints of Vista Blue #98D8AF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.78%

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

R = 27.99%
G = 39.78%
B = 32.23%

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

#98D8AF (or 0x98D8AF) is known color: Vista Blue. HEX triplet: 98, D8 and AF. RGB value is (152,216,175). Sum of RGB (Red+Green+Blue) = 152+216+175=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D8AF is #672750. Grayscale: #C0C0C0. Windows color (decimal): -6760273 or 11524248. OLE color: 11524248.

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

Color convert

RGB 152 216 175 -
CMYK 0.30 0 0.19 0.15
HSL 141.56º 0.45% 0.72% -
HSV(B) 141.56º 0.3% 0.85% -
XYZ 45.24 58.88 49.54 -
YUV 192.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 152 216 175 0.30 0 0.19 0.15 141.56 0.45 0.72
Hex 98 D8 AF 1E 0 13 F 8E 2D 48
Octal 230 330 257 36 0 23 17 216 55 110
Binary 10011000 11011000 10101111 11110 0 10011 1111 10001110 101101 1001000

Color Harmonies of #98D8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D8AF

Black with #98D8AF

Text Example


Text Example

White with #98D8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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