#98EBB4

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

Shades of Vista Blue #98EBB4

Tints of Vista Blue #98EBB4

Color information

#98EBB4 (or 0x98EBB4) is unknown color: approx Vista Blue. HEX triplet: 98, EB and B4. RGB value is (152,235,180). Sum of RGB (Red+Green+Blue) = 152+235+180=567 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.81% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBB4 is #67144B. Grayscale: #CCCCCC. Windows color (decimal): -6755404 or 11856792. OLE color: 11856792.

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

Color convert

RGB152235180-
CMYK0.3500.230.08
HSL140.24º67.48%75.88%-
HSV(B)140.24º35.32%92.16%-
XYZ50.969.3953.89-
YUV203.91114.590.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.81%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 180 (70.70% from 255) = 31.75%
R=26.81%
G=41.45%
B=31.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522351800.3500.230.08140.2467.4875.88
Hex98EBB42301788c434c
Octal2303532644302710214103114
Binary10011000111010111011010010001101011110001000110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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