#90EDB5

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

Shades of Vista Blue #90EDB5

Tints of Vista Blue #90EDB5

Color information

#90EDB5 (or 0x90EDB5) is unknown color: approx Vista Blue. HEX triplet: 90, ED and B5. RGB value is (144,237,181). Sum of RGB (Red+Green+Blue) = 144+237+181=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDB5 is #6F124A. Grayscale: #CACACA. Windows color (decimal): -7279179 or 11922832. OLE color: 11922832.

HSL color Cylindrical-coordinate representation of color #90EDB5: hue angle of 143.87º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EDB5 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB144237181-
CMYK0.3900.240.07
HSL143.87º72.09%74.71%-
HSV(B)143.87º39.24%92.94%-
XYZ50.1369.8354.55-
YUV202.81115.6986.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.62%
GREEN value IS 237 (92.97% from 255) = 42.17%
BLUE value IS 181 (71.09% from 255) = 32.21%
R=25.62%
G=42.17%
B=32.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442371810.3900.240.07143.8772.0974.71
Hex90EDB527018790484b
Octal220355265470307220110113
Binary1001000011101101101101011001110110001111001000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,237,181); }

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

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

 a { background-color: rgb(144,237,181); }

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

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

 span { border-color: rgb(144,237,181); }

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