#90F1BF

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

Shades of Vista Blue #90F1BF

Tints of Vista Blue #90F1BF

Color information

#90F1BF (or 0x90F1BF) is unknown color: approx Vista Blue. HEX triplet: 90, F1 and BF. RGB value is (144,241,191). Sum of RGB (Red+Green+Blue) = 144+241+191=576 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #90F1BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F1BF is #6F0E40. Grayscale: #CECECE. Windows color (decimal): -7278145 or 12579216. OLE color: 12579216.

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

Color convert

RGB144241191-
CMYK0.4000.210.05
HSL149.07º77.6%75.49%-
HSV(B)149.07º40.25%94.51%-
XYZ52.3672.660.54-
YUV206.3119.3683.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25%
GREEN value IS 241 (94.53% from 255) = 41.84%
BLUE value IS 191 (75% from 255) = 33.16%
R=25%
G=41.84%
B=33.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1442411910.4000.210.05149.0777.675.49
Hex90F1BF280155954e4b
Octal220361277500255225116113
Binary1001000011110001101111111010000101011011001010110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,241,191); }

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

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

 a { background-color: rgb(144,241,191); }

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

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

 span { border-color: rgb(144,241,191); }

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