Html Css Color HEX #98D8BF Vista Blue

📋 copy color: '#98D8BF'

red 152 ◦ green 216 ◦ blue 191

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

Shades of Vista Blue #98D8BF

Tints of Vista Blue #98D8BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.17%

R = 27.19%
G = 38.64%
B = 34.17%

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

#98D8BF (or 0x98D8BF) is known color: Vista Blue. HEX triplet: 98, D8 and BF. RGB value is (152,216,191). Sum of RGB (Red+Green+Blue) = 152+216+191=559 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.19% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #98D8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D8BF is #672740. Grayscale: #C2C2C2. Windows color (decimal): -6760257 or 12572824. OLE color: 12572824.

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

Color convert

RGB 152 216 191 -
CMYK 0.30 0 0.12 0.15
HSL 156.56º 0.45% 0.72% -
HSV(B) 156.56º 0.3% 0.85% -
XYZ 46.91 59.55 58.31 -
YUV 194.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 152 216 191 0.30 0 0.12 0.15 156.56 0.45 0.72
Hex 98 D8 BF 1E 0 C F 9D 2D 48
Octal 230 330 277 36 0 14 17 235 55 110
Binary 10011000 11011000 10111111 11110 0 1100 1111 10011101 101101 1001000

Color Harmonies of #98D8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D8BF

Black with #98D8BF

Text Example


Text Example

White with #98D8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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