#90FAB5

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

Shades of Vista Blue #90FAB5

Tints of Vista Blue #90FAB5

Color information

#90FAB5 (or 0x90FAB5) is unknown color: approx Vista Blue. HEX triplet: 90, FA and B5. RGB value is (144,250,181). Sum of RGB (Red+Green+Blue) = 144+250+181=575 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.04% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAB5 is #6F054A. Grayscale: #D2D2D2. Windows color (decimal): -7275851 or 11926160. OLE color: 11926160.

HSL color Cylindrical-coordinate representation of color #90FAB5: hue angle of 140.94º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90FAB5 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB144250181-
CMYK0.4200.280.02
HSL140.94º91.38%77.25%-
HSV(B)140.94º42.4%98.04%-
XYZ54.0377.6455.85-
YUV210.44111.3880.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.04%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 181 (71.09% from 255) = 31.48%
R=25.04%
G=43.48%
B=31.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442501810.4200.280.02140.9491.3877.25
Hex90FAB52A01C28d5b4d
Octal220372265520342215133115
Binary100100001111101010110101101010011100101000110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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