#90EDBE

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

Shades of Vista Blue #90EDBE

Tints of Vista Blue #90EDBE

Color information

#90EDBE (or 0x90EDBE) is unknown color: approx Vista Blue. HEX triplet: 90, ED and BE. RGB value is (144,237,190). Sum of RGB (Red+Green+Blue) = 144+237+190=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDBE is #6F1241. Grayscale: #CBCBCB. Windows color (decimal): -7279170 or 12512656. OLE color: 12512656.

HSL color Cylindrical-coordinate representation of color #90EDBE: hue angle of 149.68º 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 #90EDBE is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB144237190-
CMYK0.3900.200.07
HSL149.68º72.09%74.71%-
HSV(B)149.68º39.24%92.94%-
XYZ51.0870.2259.58-
YUV203.84120.1985.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.22%
GREEN value IS 237 (92.97% from 255) = 41.51%
BLUE value IS 190 (74.61% from 255) = 33.27%
R=25.22%
G=41.51%
B=33.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442371900.3900.200.07149.6872.0974.71
Hex90EDBE27014796484b
Octal220355276470247226110113
Binary1001000011101101101111101001110101001111001011010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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