#90EBBE

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

Shades of Vista Blue #90EBBE

Tints of Vista Blue #90EBBE

Color information

#90EBBE (or 0x90EBBE) is unknown color: approx Vista Blue. HEX triplet: 90, EB and BE. RGB value is (144,235,190). Sum of RGB (Red+Green+Blue) = 144+235+190=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBBE is #6F1441. Grayscale: #CACACA. Windows color (decimal): -7279682 or 12512144. OLE color: 12512144.

HSL color Cylindrical-coordinate representation of color #90EBBE: hue angle of 150.33º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EBBE is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB144235190-
CMYK0.3900.190.08
HSL150.33º69.47%74.31%-
HSV(B)150.33º38.72%92.16%-
XYZ50.569.0659.38-
YUV202.66120.8586.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.31%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=25.31%
G=41.30%
B=33.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442351900.3900.190.08150.3369.4774.31
Hex90EBBE27013896454a
Octal2203532764702310226105112
Binary10010000111010111011111010011101001110001001011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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