#98EEBE

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

Shades of Vista Blue #98EEBE

Tints of Vista Blue #98EEBE

Color information

#98EEBE (or 0x98EEBE) is unknown color: approx Vista Blue. HEX triplet: 98, EE and BE. RGB value is (152,238,190). Sum of RGB (Red+Green+Blue) = 152+238+190=580 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.21% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #98EEBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EEBE is #671141. Grayscale: #CECECE. Windows color (decimal): -6754626 or 12512920. OLE color: 12512920.

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

Color convert

RGB152238190-
CMYK0.3600.200.07
HSL146.51º71.67%76.47%-
HSV(B)146.51º36.13%93.33%-
XYZ52.8271.5459.74-
YUV206.81118.5188.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.21%
GREEN value IS 238 (93.36% from 255) = 41.03%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=26.21%
G=41.03%
B=32.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522381900.3600.200.07146.5171.6776.47
Hex98EEBE24014793484c
Octal230356276440247223110114
Binary1001100011101110101111101001000101001111001001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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