#98ebb1

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

Shades of Vista Blue #98EBB1

Tints of Vista Blue #98EBB1

Color information

#98EBB1 (or 0x98EBB1) is unknown color: approx Vista Blue. HEX triplet: 98, EB and B1. RGB value is (152,235,177). Sum of RGB (Red+Green+Blue) = 152+235+177=564 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.95% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98EBB1 is #67144E. Grayscale: #CBCBCB. Windows color (decimal): -6755407 or 11660184. OLE color: 11660184.

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

Color convert

RGB152235177-
CMYK0.3500.250.08
HSL138.07º67.48%75.88%-
HSV(B)138.07º35.32%92.16%-
XYZ50.5969.2752.3-
YUV203.5711391.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.95%
GREEN value IS 235 (92.19% from 255) = 41.67%
BLUE value IS 177 (69.53% from 255) = 31.38%
R=26.95%
G=41.67%
B=31.38%

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
Decimal1522351770.3500.250.08138.0767.4875.88
Hex98EBB12301988a434c
Octal2303532614303110212103114
Binary10011000111010111011000110001101100110001000101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ebb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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