#90EEBF

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

Shades of Vista Blue #90EEBF

Tints of Vista Blue #90EEBF

Color information

#90EEBF (or 0x90EEBF) is unknown color: approx Vista Blue. HEX triplet: 90, EE and BF. RGB value is (144,238,191). Sum of RGB (Red+Green+Blue) = 144+238+191=573 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.13% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EEBF is #6F1140. Grayscale: #CCCCCC. Windows color (decimal): -7278913 or 12578448. OLE color: 12578448.

HSL color Cylindrical-coordinate representation of color #90EEBF: hue angle of 150º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EEBF is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB144238191-
CMYK0.3900.200.07
HSL150º73.44%74.9%-
HSV(B)150º39.5%93.33%-
XYZ51.4870.8460.25-
YUV204.54120.3684.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.13%
GREEN value IS 238 (93.36% from 255) = 41.54%
BLUE value IS 191 (75% from 255) = 33.33%
R=25.13%
G=41.54%
B=33.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442381910.3900.200.0715073.4474.9
Hex90EEBF27014796494b
Octal220356277470247226111113
Binary1001000011101110101111111001110101001111001011010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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