Html Css Color HEX #98EABC Vista Blue

📋 copy color: '#98EABC'

red 152 ◦ green 234 ◦ blue 188

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

Shades of Vista Blue #98EABC

Tints of Vista Blue #98EABC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.77%

 BLUE value IS 188 (73.83% from 255) = 32.75%

R = 26.48%
G = 40.77%
B = 32.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#98EABC (or 0x98EABC) is known color: Vista Blue. HEX triplet: 98, EA and BC. RGB value is (152,234,188). Sum of RGB (Red+Green+Blue) = 152+234+188=574 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.48% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #98EABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EABC is #671543. Grayscale: #CCCCCC. Windows color (decimal): -6755652 or 12380824. OLE color: 12380824.

HSL color Cylindrical-coordinate representation of color #98EABC: hue angle of 146.34º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98EABC is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 234 188 -
CMYK 0.35 0 0.20 0.08
HSL 146.34º 0.66% 0.76% -
HSV(B) 146.34º 0.35% 0.92% -
XYZ 51.45 69.15 58.21 -
YUV 204.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 152 234 188 0.35 0 0.20 0.08 146.34 0.66 0.76
Hex 98 EA BC 23 0 14 8 92 42 4C
Octal 230 352 274 43 0 24 10 222 102 114
Binary 10011000 11101010 10111100 100011 0 10100 1000 10010010 1000010 1001100

Color Harmonies of #98EABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EABC

Black with #98EABC

Text Example


Text Example

White with #98EABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,234,188); }

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

background-color css

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

 a { background-color: rgb(152,234,188); }

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

border-color css

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

 span { border-color: rgb(152,234,188); }

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