#98EEBA

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

Shades of Vista Blue #98EEBA

Tints of Vista Blue #98EEBA

Color information

#98EEBA (or 0x98EEBA) is unknown color: approx Vista Blue. HEX triplet: 98, EE and BA. RGB value is (152,238,186). Sum of RGB (Red+Green+Blue) = 152+238+186=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #98EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EEBA is #671145. Grayscale: #CECECE. Windows color (decimal): -6754630 or 12250776. OLE color: 12250776.

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

Color convert

RGB152238186-
CMYK0.3600.220.07
HSL143.72º71.67%76.47%-
HSV(B)143.72º36.13%93.33%-
XYZ52.3971.3757.47-
YUV206.36116.5189.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.39%
GREEN value IS 238 (93.36% from 255) = 41.32%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=26.39%
G=41.32%
B=32.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522381860.3600.220.07143.7271.6776.47
Hex98EEBA24016790484c
Octal230356272440267220110114
Binary1001100011101110101110101001000101101111001000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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