Html Css Color HEX #98F5BA Vista Blue

📋 copy color: '#98F5BA'

red 152 ◦ green 245 ◦ blue 186

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

Shades of Vista Blue #98F5BA

Tints of Vista Blue #98F5BA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.02%

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

R = 26.07%
G = 42.02%
B = 31.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#98F5BA (or 0x98F5BA) is known color: Vista Blue. HEX triplet: 98, F5 and BA. RGB value is (152,245,186). Sum of RGB (Red+Green+Blue) = 152+245+186=583 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.07% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #98F5BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F5BA is #670A45. Grayscale: #D2D2D2. Windows color (decimal): -6752838 or 12252568. OLE color: 12252568.

HSL color Cylindrical-coordinate representation of color #98F5BA: hue angle of 141.94º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F5BA is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 245 186 -
CMYK 0.38 0 0.24 0.04
HSL 141.94º 0.82% 0.78% -
HSV(B) 141.94º 0.38% 0.96% -
XYZ 54.46 75.53 58.16 -
YUV 210.47 114.19 86.3 -
System Red Green Blue C M Y K H S L
Decimal 152 245 186 0.38 0 0.24 0.04 141.94 0.82 0.78
Hex 98 F5 BA 26 0 18 4 8E 52 4E
Octal 230 365 272 46 0 30 4 216 122 116
Binary 10011000 11110101 10111010 100110 0 11000 100 10001110 1010010 1001110

Color Harmonies of #98F5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F5BA

Black with #98F5BA

Text Example


Text Example

White with #98F5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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