Html Css Color HEX #98D3BD Vista Blue

📋 copy color: '#98D3BD'

red 152 ◦ green 211 ◦ blue 189

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

Shades of Vista Blue #98D3BD

Tints of Vista Blue #98D3BD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.22%

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

R = 27.54%
G = 38.22%
B = 34.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#98D3BD (or 0x98D3BD) is known color: Vista Blue. HEX triplet: 98, D3 and BD. RGB value is (152,211,189). Sum of RGB (Red+Green+Blue) = 152+211+189=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 211 - color contains mainly: green. Hex color #98D3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D3BD is #672C42. Grayscale: #BEBEBE. Windows color (decimal): -6761539 or 12440472. OLE color: 12440472.

HSL color Cylindrical-coordinate representation of color #98D3BD: hue angle of 157.63º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D3BD is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 152 211 189 -
CMYK 0.28 0 0.10 0.17
HSL 157.63º 0.4% 0.71% -
HSV(B) 157.63º 0.28% 0.83% -
XYZ 45.43 56.94 56.74 -
YUV 190.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 152 211 189 0.28 0 0.10 0.17 157.63 0.4 0.71
Hex 98 D3 BD 1C 0 A 11 9E 28 47
Octal 230 323 275 34 0 12 21 236 50 107
Binary 10011000 11010011 10111101 11100 0 1010 10001 10011110 101000 1000111

Color Harmonies of #98D3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D3BD

Black with #98D3BD

Text Example


Text Example

White with #98D3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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