#90FAB9

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

Shades of Vista Blue #90FAB9

Tints of Vista Blue #90FAB9

Color information

#90FAB9 (or 0x90FAB9) is unknown color: approx Vista Blue. HEX triplet: 90, FA and B9. RGB value is (144,250,185). Sum of RGB (Red+Green+Blue) = 144+250+185=579 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.87% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAB9 is #6F0546. Grayscale: #D3D3D3. Windows color (decimal): -7275847 or 12188304. OLE color: 12188304.

HSL color Cylindrical-coordinate representation of color #90FAB9: hue angle of 143.21º 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 #90FAB9 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB144250185-
CMYK0.4200.260.02
HSL143.21º91.38%77.25%-
HSV(B)143.21º42.4%98.04%-
XYZ54.4477.858.05-
YUV210.9113.3880.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.87%
GREEN value IS 250 (98.05% from 255) = 43.18%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=24.87%
G=43.18%
B=31.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442501850.4200.260.02143.2191.3877.25
Hex90FAB92A01A28f5b4d
Octal220372271520322217133115
Binary100100001111101010111001101010011010101000111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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