Html Css Color HEX #98D5BA Vista Blue

📋 copy color: '#98D5BA'

red 152 ◦ green 213 ◦ blue 186

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

Shades of Vista Blue #98D5BA

Tints of Vista Blue #98D5BA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.66%

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

R = 27.59%
G = 38.66%
B = 33.76%

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

#98D5BA (or 0x98D5BA) is known color: Vista Blue. HEX triplet: 98, D5 and BA. RGB value is (152,213,186). Sum of RGB (Red+Green+Blue) = 152+213+186=551 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.59% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #98D5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D5BA is #672A45. Grayscale: #BFBFBF. Windows color (decimal): -6761030 or 12244376. OLE color: 12244376.

HSL color Cylindrical-coordinate representation of color #98D5BA: hue angle of 153.44º degrees, saturation: 0.42, 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 #98D5BA is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 213 186 -
CMYK 0.29 0 0.13 0.16
HSL 153.44º 0.42% 0.72% -
HSV(B) 153.44º 0.29% 0.84% -
XYZ 45.61 57.81 55.21 -
YUV 191.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 152 213 186 0.29 0 0.13 0.16 153.44 0.42 0.72
Hex 98 D5 BA 1D 0 D 10 99 2A 48
Octal 230 325 272 35 0 15 20 231 52 110
Binary 10011000 11010101 10111010 11101 0 1101 10000 10011001 101010 1001000

Color Harmonies of #98D5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98D5BA

Black with #98D5BA

Text Example


Text Example

White with #98D5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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