#98EBBD

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

Shades of Vista Blue #98EBBD

Tints of Vista Blue #98EBBD

Color information

#98EBBD (or 0x98EBBD) is unknown color: approx Vista Blue. HEX triplet: 98, EB and BD. RGB value is (152,235,189). Sum of RGB (Red+Green+Blue) = 152+235+189=576 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.39% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBBD is #671442. Grayscale: #CDCDCD. Windows color (decimal): -6755395 or 12446616. OLE color: 12446616.

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

Color convert

RGB152235189-
CMYK0.3500.200.08
HSL146.75º67.48%75.88%-
HSV(B)146.75º35.32%92.16%-
XYZ51.8469.7758.88-
YUV204.9411990.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.39%
GREEN value IS 235 (92.19% from 255) = 40.80%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=26.39%
G=40.80%
B=32.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522351890.3500.200.08146.7567.4875.88
Hex98EBBD23014893434c
Octal2303532754302410223103114
Binary10011000111010111011110110001101010010001001001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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