#90FBB4

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

Shades of Vista Blue #90FBB4

Tints of Vista Blue #90FBB4

Color information

#90FBB4 (or 0x90FBB4) is unknown color: approx Vista Blue. HEX triplet: 90, FB and B4. RGB value is (144,251,180). Sum of RGB (Red+Green+Blue) = 144+251+180=575 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.04% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBB4 is #6F044B. Grayscale: #D3D3D3. Windows color (decimal): -7275596 or 11860880. OLE color: 11860880.

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

Color convert

RGB144251180-
CMYK0.4300.280.02
HSL140.19º93.04%77.45%-
HSV(B)140.19º42.63%98.43%-
XYZ54.2478.2255.42-
YUV210.91110.5580.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.04%
GREEN value IS 251 (98.44% from 255) = 43.65%
BLUE value IS 180 (70.70% from 255) = 31.30%
R=25.04%
G=43.65%
B=31.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442511800.4300.280.02140.1993.0477.45
Hex90FBB42B01C28c5d4d
Octal220373264530342214135115
Binary100100001111101110110100101011011100101000110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,251,180); }

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

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

 a { background-color: rgb(144,251,180); }

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

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

 span { border-color: rgb(144,251,180); }

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