#90FDB7

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

Shades of Vista Blue #90FDB7

Tints of Vista Blue #90FDB7

Color information

#90FDB7 (or 0x90FDB7) is unknown color: approx Vista Blue. HEX triplet: 90, FD and B7. RGB value is (144,253,183). Sum of RGB (Red+Green+Blue) = 144+253+183=580 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.83% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #90FDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FDB7 is #6F0248. Grayscale: #D4D4D4. Windows color (decimal): -7275081 or 12058000. OLE color: 12058000.

HSL color Cylindrical-coordinate representation of color #90FDB7: hue angle of 141.47º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FDB7 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB144253183-
CMYK0.4300.280.01
HSL141.47º96.46%77.84%-
HSV(B)141.47º43.08%99.22%-
XYZ55.1779.657.26-
YUV212.43111.3979.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.83%
GREEN value IS 253 (99.22% from 255) = 43.62%
BLUE value IS 183 (71.88% from 255) = 31.55%
R=24.83%
G=43.62%
B=31.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442531830.4300.280.01141.4796.4677.84
Hex90FDB72B01C18d604e
Octal220375267530341215140116
Binary10010000111111011011011110101101110011000110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90FDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,253,183); }

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

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

 a { background-color: rgb(144,253,183); }

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

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

 span { border-color: rgb(144,253,183); }

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