Html Css Color HEX #98D9B0 Vista Blue

📋 copy color: '#98D9B0'

red 152 ◦ green 217 ◦ blue 176

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

Shades of Vista Blue #98D9B0

Tints of Vista Blue #98D9B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.29%

R = 27.89%
G = 39.82%
B = 32.29%

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

#98D9B0 (or 0x98D9B0) is known color: Vista Blue. HEX triplet: 98, D9 and B0. RGB value is (152,217,176). Sum of RGB (Red+Green+Blue) = 152+217+176=545 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.89% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D9B0 is #67264F. Grayscale: #C0C0C0. Windows color (decimal): -6760016 or 11590040. OLE color: 11590040.

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

Color convert

RGB 152 217 176 -
CMYK 0.30 0 0.19 0.15
HSL 142.15º 0.46% 0.72% -
HSV(B) 142.15º 0.3% 0.85% -
XYZ 45.6 59.44 50.14 -
YUV 192.89 118.47 98.83 -
System Red Green Blue C M Y K H S L
Decimal 152 217 176 0.30 0 0.19 0.15 142.15 0.46 0.72
Hex 98 D9 B0 1E 0 13 F 8E 2E 48
Octal 230 331 260 36 0 23 17 216 56 110
Binary 10011000 11011001 10110000 11110 0 10011 1111 10001110 101110 1001000

Color Harmonies of #98D9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D9B0

Black with #98D9B0

Text Example


Text Example

White with #98D9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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