#90E7BE

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

Shades of Vista Blue #90E7BE

Tints of Vista Blue #90E7BE

Color information

#90E7BE (or 0x90E7BE) is unknown color: approx Vista Blue. HEX triplet: 90, E7 and BE. RGB value is (144,231,190). Sum of RGB (Red+Green+Blue) = 144+231+190=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #90E7BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E7BE is #6F1841. Grayscale: #C8C8C8. Windows color (decimal): -7280706 or 12511120. OLE color: 12511120.

HSL color Cylindrical-coordinate representation of color #90E7BE: hue angle of 151.72º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90E7BE is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB144231190-
CMYK0.3800.180.09
HSL151.72º64.44%73.53%-
HSV(B)151.72º37.66%90.59%-
XYZ49.3766.859.01-
YUV200.31122.1887.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.49%
GREEN value IS 231 (90.62% from 255) = 40.88%
BLUE value IS 190 (74.61% from 255) = 33.63%
R=25.49%
G=40.88%
B=33.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1442311900.3800.180.09151.7264.4473.53
Hex90E7BE26012998404a
Octal2203472764602211230100112
Binary10010000111001111011111010011001001010011001100010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,231,190); }

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

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

 a { background-color: rgb(144,231,190); }

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

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

 span { border-color: rgb(144,231,190); }

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