#98EDB4

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

Shades of Vista Blue #98EDB4

Tints of Vista Blue #98EDB4

Color information

#98EDB4 (or 0x98EDB4) is unknown color: approx Vista Blue. HEX triplet: 98, ED and B4. RGB value is (152,237,180). Sum of RGB (Red+Green+Blue) = 152+237+180=569 (75% of max value = 765). Red value is 152 (59.77% from 255 or 26.71% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EDB4 is #67124B. Grayscale: #CDCDCD. Windows color (decimal): -6754892 or 11857304. OLE color: 11857304.

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

Color convert

RGB152237180-
CMYK0.3600.240.07
HSL139.76º70.25%76.27%-
HSV(B)139.76º35.86%92.94%-
XYZ51.4770.5454.08-
YUV205.09113.8490.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 26.71%
GREEN value IS 237 (92.97% from 255) = 41.65%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=26.71%
G=41.65%
B=31.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522371800.3600.240.07139.7670.2576.27
Hex98EDB42401878c464c
Octal230355264440307214106114
Binary1001100011101101101101001001000110001111000110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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