#90F5B3

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

Shades of Vista Blue #90F5B3

Tints of Vista Blue #90F5B3

Color information

#90F5B3 (or 0x90F5B3) is unknown color: approx Vista Blue. HEX triplet: 90, F5 and B3. RGB value is (144,245,179). Sum of RGB (Red+Green+Blue) = 144+245+179=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #90F5B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F5B3 is #6F0A4C. Grayscale: #CFCFCF. Windows color (decimal): -7277133 or 11793808. OLE color: 11793808.

HSL color Cylindrical-coordinate representation of color #90F5B3: hue angle of 140.79º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F5B3 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB144245179-
CMYK0.4100.270.04
HSL140.79º83.47%76.27%-
HSV(B)140.79º41.22%96.08%-
XYZ52.2974.4954.27-
YUV207.28112.0482.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.35%
GREEN value IS 245 (96.09% from 255) = 43.13%
BLUE value IS 179 (70.31% from 255) = 31.51%
R=25.35%
G=43.13%
B=31.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1442451790.4100.270.04140.7983.4776.27
Hex90F5B32901B48d534c
Octal220365263510334215123114
Binary1001000011110101101100111010010110111001000110110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,245,179); }

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

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

 a { background-color: rgb(144,245,179); }

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

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

 span { border-color: rgb(144,245,179); }

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