#90EAAD

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

Shades of Vista Blue #90EAAD

Tints of Vista Blue #90EAAD

Color information

#90EAAD (or 0x90EAAD) is unknown color: approx Vista Blue. HEX triplet: 90, EA and AD. RGB value is (144,234,173). Sum of RGB (Red+Green+Blue) = 144+234+173=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #90EAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EAAD is #6F1552. Grayscale: #C8C8C8. Windows color (decimal): -7279955 or 11397776. OLE color: 11397776.

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

Color convert

RGB144234173-
CMYK0.3800.260.08
HSL139.33º68.18%74.12%-
HSV(B)139.33º38.46%91.76%-
XYZ48.4767.7950.07-
YUV200.14112.6887.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.13%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=26.13%
G=42.47%
B=31.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442341730.3800.260.08139.3368.1874.12
Hex90EAAD2601A88b444a
Octal2203522554603210213104112
Binary10010000111010101010110110011001101010001000101110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,234,173); }

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

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

 a { background-color: rgb(144,234,173); }

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

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

 span { border-color: rgb(144,234,173); }

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