#90EBAC

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

Shades of Vista Blue #90EBAC

Tints of Vista Blue #90EBAC

Color information

#90EBAC (or 0x90EBAC) is unknown color: approx Vista Blue. HEX triplet: 90, EB and AC. RGB value is (144,235,172). Sum of RGB (Red+Green+Blue) = 144+235+172=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EBAC is #6F1453. Grayscale: #C8C8C8. Windows color (decimal): -7279700 or 11332496. OLE color: 11332496.

HSL color Cylindrical-coordinate representation of color #90EBAC: hue angle of 138.46º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EBAC is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB144235172-
CMYK0.3900.270.08
HSL138.46º69.47%74.31%-
HSV(B)138.46º38.72%92.16%-
XYZ48.6668.3249.65-
YUV200.61111.8587.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.13%
GREEN value IS 235 (92.19% from 255) = 42.65%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=26.13%
G=42.65%
B=31.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442351720.3900.270.08138.4669.4774.31
Hex90EBAC2701B88a454a
Octal2203532544703310212105112
Binary10010000111010111010110010011101101110001000101010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90EBAC; }

 p { color: rgb(144,235,172); }

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

<style>
 a { background-color: #90EBAC; }

 a { background-color: rgb(144,235,172); }

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

<style>
 span { border-color: #90EBAC; }

 span { border-color: rgb(144,235,172); }

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