Html Css Color HEX #98D8BD Vista Blue

📋 copy color: '#98D8BD'

red 152 ◦ green 216 ◦ blue 189

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

Shades of Vista Blue #98D8BD

Tints of Vista Blue #98D8BD

RGB

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

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

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

R = 27.29%
G = 38.78%
B = 33.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#98D8BD (or 0x98D8BD) is known color: Vista Blue. HEX triplet: 98, D8 and BD. RGB value is (152,216,189). Sum of RGB (Red+Green+Blue) = 152+216+189=557 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.29% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D8BD is #672742. Grayscale: #C1C1C1. Windows color (decimal): -6760259 or 12441752. OLE color: 12441752.

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

Color convert

RGB 152 216 189 -
CMYK 0.30 0 0.12 0.15
HSL 154.69º 0.45% 0.72% -
HSV(B) 154.69º 0.3% 0.85% -
XYZ 46.69 59.46 57.16 -
YUV 193.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 152 216 189 0.30 0 0.12 0.15 154.69 0.45 0.72
Hex 98 D8 BD 1E 0 C F 9B 2D 48
Octal 230 330 275 36 0 14 17 233 55 110
Binary 10011000 11011000 10111101 11110 0 1100 1111 10011011 101101 1001000

Color Harmonies of #98D8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D8BD

Black with #98D8BD

Text Example


Text Example

White with #98D8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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