#98EBB0

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

Shades of Vista Blue #98EBB0

Tints of Vista Blue #98EBB0

Color information

#98EBB0 (or 0x98EBB0) is unknown color: approx Vista Blue. HEX triplet: 98, EB and B0. RGB value is (152,235,176). Sum of RGB (Red+Green+Blue) = 152+235+176=563 (74% of max value = 765). Red value is 152 (59.77% from 255 or 27.00% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EBB0 is #67144F. Grayscale: #CBCBCB. Windows color (decimal): -6755408 or 11594648. OLE color: 11594648.

HSL color Cylindrical-coordinate representation of color #98EBB0: hue angle of 137.35º degrees, saturation: 0.67, 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 #98EBB0 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB152235176-
CMYK0.3500.250.08
HSL137.35º67.48%75.88%-
HSV(B)137.35º35.32%92.16%-
XYZ50.4969.2351.78-
YUV203.46112.591.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.00%
GREEN value IS 235 (92.19% from 255) = 41.74%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=27.00%
G=41.74%
B=31.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522351760.3500.250.08137.3567.4875.88
Hex98EBB023019889434c
Octal2303532604303110211103114
Binary10011000111010111011000010001101100110001000100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,235,176); }

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

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

 a { background-color: rgb(152,235,176); }

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

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

 span { border-color: rgb(152,235,176); }

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