Html Css Color HEX #98D7BA Vista Blue

📋 copy color: '#98D7BA'

red 152 ◦ green 215 ◦ blue 186

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

Shades of Vista Blue #98D7BA

Tints of Vista Blue #98D7BA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.88%

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 27.49%
G = 38.88%
B = 33.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#98D7BA (or 0x98D7BA) is known color: Vista Blue. HEX triplet: 98, D7 and BA. RGB value is (152,215,186). Sum of RGB (Red+Green+Blue) = 152+215+186=553 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.49% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #98D7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D7BA is #672845. Grayscale: #C0C0C0. Windows color (decimal): -6760518 or 12244888. OLE color: 12244888.

HSL color Cylindrical-coordinate representation of color #98D7BA: hue angle of 152.38º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D7BA is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 215 186 -
CMYK 0.29 0 0.13 0.16
HSL 152.38º 0.44% 0.72% -
HSV(B) 152.38º 0.29% 0.84% -
XYZ 46.11 58.82 55.38 -
YUV 192.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 152 215 186 0.29 0 0.13 0.16 152.38 0.44 0.72
Hex 98 D7 BA 1D 0 D 10 98 2C 48
Octal 230 327 272 35 0 15 20 230 54 110
Binary 10011000 11010111 10111010 11101 0 1101 10000 10011000 101100 1001000

Color Harmonies of #98D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D7BA

Black with #98D7BA

Text Example


Text Example

White with #98D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,215,186); }

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

background-color css

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

 a { background-color: rgb(152,215,186); }

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

border-color css

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

 span { border-color: rgb(152,215,186); }

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