Html Css Color HEX #98D9BD Vista Blue

📋 copy color: '#98D9BD'

red 152 ◦ green 217 ◦ blue 189

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

Shades of Vista Blue #98D9BD

Tints of Vista Blue #98D9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.87%

R = 27.24%
G = 38.89%
B = 33.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#98D9BD (or 0x98D9BD) is known color: Vista Blue. HEX triplet: 98, D9 and BD. RGB value is (152,217,189). Sum of RGB (Red+Green+Blue) = 152+217+189=558 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.24% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #98D9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D9BD is #672642. Grayscale: #C2C2C2. Windows color (decimal): -6760003 or 12442008. OLE color: 12442008.

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

Color convert

RGB 152 217 189 -
CMYK 0.30 0 0.13 0.15
HSL 154.15º 0.46% 0.72% -
HSV(B) 154.15º 0.3% 0.85% -
XYZ 46.95 59.98 57.25 -
YUV 194.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 152 217 189 0.30 0 0.13 0.15 154.15 0.46 0.72
Hex 98 D9 BD 1E 0 D F 9A 2E 48
Octal 230 331 275 36 0 15 17 232 56 110
Binary 10011000 11011001 10111101 11110 0 1101 1111 10011010 101110 1001000

Color Harmonies of #98D9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D9BD

Black with #98D9BD

Text Example


Text Example

White with #98D9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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