#90E8BD

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

Shades of Vista Blue #90E8BD

Tints of Vista Blue #90E8BD

Color information

#90E8BD (or 0x90E8BD) is unknown color: approx Vista Blue. HEX triplet: 90, E8 and BD. RGB value is (144,232,189). Sum of RGB (Red+Green+Blue) = 144+232+189=565 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.49% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #90E8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E8BD is #6F1742. Grayscale: #C8C8C8. Windows color (decimal): -7280451 or 12445840. OLE color: 12445840.

HSL color Cylindrical-coordinate representation of color #90E8BD: hue angle of 150.68º degrees, saturation: 0.66, 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 #90E8BD is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB144232189-
CMYK0.3800.190.09
HSL150.68º65.67%73.73%-
HSV(B)150.68º37.93%90.98%-
XYZ49.5467.3258.53-
YUV200.79121.3587.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.49%
GREEN value IS 232 (91.02% from 255) = 41.06%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=25.49%
G=41.06%
B=33.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1442321890.3800.190.09150.6865.6773.73
Hex90E8BD26013997424a
Octal2203502754602311227102112
Binary10010000111010001011110110011001001110011001011110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,232,189); }

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

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

 a { background-color: rgb(144,232,189); }

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

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

 span { border-color: rgb(144,232,189); }

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