Html Css Color HEX #98D2AF Vista Blue

📋 copy color: '#98D2AF'

red 152 ◦ green 210 ◦ blue 175

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

Shades of Vista Blue #98D2AF

Tints of Vista Blue #98D2AF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.11%

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

R = 28.31%
G = 39.11%
B = 32.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#98D2AF (or 0x98D2AF) is known color: Vista Blue. HEX triplet: 98, D2 and AF. RGB value is (152,210,175). Sum of RGB (Red+Green+Blue) = 152+210+175=537 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.31% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 210 - color contains mainly: green. Hex color #98D2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D2AF is #672D50. Grayscale: #BCBCBC. Windows color (decimal): -6761809 or 11522712. OLE color: 11522712.

HSL color Cylindrical-coordinate representation of color #98D2AF: hue angle of 143.79º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D2AF is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 210 175 -
CMYK 0.28 0 0.17 0.18
HSL 143.79º 0.39% 0.71% -
HSV(B) 143.79º 0.28% 0.82% -
XYZ 43.73 55.86 49.04 -
YUV 188.67 120.28 101.85 -
System Red Green Blue C M Y K H S L
Decimal 152 210 175 0.28 0 0.17 0.18 143.79 0.39 0.71
Hex 98 D2 AF 1C 0 11 12 90 27 47
Octal 230 322 257 34 0 21 22 220 47 107
Binary 10011000 11010010 10101111 11100 0 10001 10010 10010000 100111 1000111

Color Harmonies of #98D2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D2AF

Black with #98D2AF

Text Example


Text Example

White with #98D2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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