#90F2B1

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

Shades of Vista Blue #90F2B1

Tints of Vista Blue #90F2B1

Color information

#90F2B1 (or 0x90F2B1) is unknown color: approx Vista Blue. HEX triplet: 90, F2 and B1. RGB value is (144,242,177). Sum of RGB (Red+Green+Blue) = 144+242+177=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #90F2B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F2B1 is #6F0D4E. Grayscale: #CDCDCD. Windows color (decimal): -7277903 or 11661968. OLE color: 11661968.

HSL color Cylindrical-coordinate representation of color #90F2B1: hue angle of 140.2º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F2B1 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB144242177-
CMYK0.4000.270.05
HSL140.2º79.03%75.69%-
HSV(B)140.2º40.5%94.9%-
XYZ51.1972.6152.91-
YUV205.29112.0384.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.58%
GREEN value IS 242 (94.92% from 255) = 42.98%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=25.58%
G=42.98%
B=31.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442421770.4000.270.05140.279.0375.69
Hex90F2B12801B58c4f4c
Octal220362261500335214117114
Binary1001000011110010101100011010000110111011000110010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,242,177); }

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

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

 a { background-color: rgb(144,242,177); }

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

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

 span { border-color: rgb(144,242,177); }

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