Html Css Color HEX #98EDBF Vista Blue

📋 copy color: '#98EDBF'

red 152 ◦ green 237 ◦ blue 191

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

Shades of Vista Blue #98EDBF

Tints of Vista Blue #98EDBF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.86%

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

R = 26.21%
G = 40.86%
B = 32.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#98EDBF (or 0x98EDBF) is known color: Vista Blue. HEX triplet: 98, ED and BF. RGB value is (152,237,191). Sum of RGB (Red+Green+Blue) = 152+237+191=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EDBF is #671240. Grayscale: #CECECE. Windows color (decimal): -6754881 or 12578200. OLE color: 12578200.

HSL color Cylindrical-coordinate representation of color #98EDBF: hue angle of 147.53º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EDBF is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 237 191 -
CMYK 0.36 0 0.19 0.07
HSL 147.53º 0.7% 0.76% -
HSV(B) 147.53º 0.36% 0.93% -
XYZ 52.64 71.01 60.22 -
YUV 206.34 119.34 89.24 -
System Red Green Blue C M Y K H S L
Decimal 152 237 191 0.36 0 0.19 0.07 147.53 0.7 0.76
Hex 98 ED BF 24 0 13 7 94 46 4C
Octal 230 355 277 44 0 23 7 224 106 114
Binary 10011000 11101101 10111111 100100 0 10011 111 10010100 1000110 1001100

Color Harmonies of #98EDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EDBF

Black with #98EDBF

Text Example


Text Example

White with #98EDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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