#90EBC0

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

Shades of Vista Blue #90EBC0

Tints of Vista Blue #90EBC0

Color information

#90EBC0 (or 0x90EBC0) is unknown color: approx Vista Blue. HEX triplet: 90, EB and C0. RGB value is (144,235,192). Sum of RGB (Red+Green+Blue) = 144+235+192=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBC0 is #6F143F. Grayscale: #CACACA. Windows color (decimal): -7279680 or 12643216. OLE color: 12643216.

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

Color convert

RGB144235192-
CMYK0.3900.180.08
HSL151.65º69.47%74.31%-
HSV(B)151.65º38.72%92.16%-
XYZ50.7269.1560.54-
YUV202.89121.8586-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.22%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 192 (75.39% from 255) = 33.63%
R=25.22%
G=41.16%
B=33.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442351920.3900.180.08151.6569.4774.31
Hex90EBC027012898454a
Octal2203533004702210230105112
Binary10010000111010111100000010011101001010001001100010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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