#98ecb5

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

Shades of Vista Blue #98ECB5

Tints of Vista Blue #98ECB5

Color information

#98ECB5 (or 0x98ECB5) is unknown color: approx Vista Blue. HEX triplet: 98, EC and B5. RGB value is (152,236,181). Sum of RGB (Red+Green+Blue) = 152+236+181=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 236 - color contains mainly: green. Hex color #98ECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98ECB5 is #67134A. Grayscale: #CCCCCC. Windows color (decimal): -6755147 or 11922584. OLE color: 11922584.

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

Color convert

RGB152236181-
CMYK0.3600.230.07
HSL140.71º68.85%76.08%-
HSV(B)140.71º35.59%92.55%-
XYZ51.287054.52-
YUV204.61114.6790.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.71%
GREEN value IS 236 (92.58% from 255) = 41.48%
BLUE value IS 181 (71.09% from 255) = 31.81%
R=26.71%
G=41.48%
B=31.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522361810.3600.230.07140.7168.8576.08
Hex98ECB52401778d454c
Octal230354265440277215105114
Binary1001100011101100101101011001000101111111000110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ecb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,236,181); }

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

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

 a { background-color: rgb(152,236,181); }

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

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

 span { border-color: rgb(152,236,181); }

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