#98EEBC

Color #98EEBC Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #98EEBC

Tints of Vista Blue #98EEBC

Color information

#98EEBC (or 0x98EEBC) is unknown color: approx Vista Blue. HEX triplet: 98, EE and BC. RGB value is (152,238,188). Sum of RGB (Red+Green+Blue) = 152+238+188=578 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.30% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 238 - color contains mainly: green. Hex color #98EEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EEBC is #671143. Grayscale: #CECECE. Windows color (decimal): -6754628 or 12381848. OLE color: 12381848.

HSL color Cylindrical-coordinate representation of color #98EEBC: hue angle of 145.12º degrees, saturation: 0.72, 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 #98EEBC is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB152238188-
CMYK0.3600.210.07
HSL145.12º71.67%76.47%-
HSV(B)145.12º36.13%93.33%-
XYZ52.671.4658.6-
YUV206.59117.5189.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.30%
GREEN value IS 238 (93.36% from 255) = 41.18%
BLUE value IS 188 (73.83% from 255) = 32.53%
R=26.30%
G=41.18%
B=32.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522381880.3600.210.07145.1271.6776.47
Hex98EEBC24015791484c
Octal230356274440257221110114
Binary1001100011101110101111001001000101011111001000110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98EEBC;
 }
 .AnyTagClassName
 {
   color: #98EEBC;
 }
</style>
background-color css

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

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

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

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

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

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