#90ECAD

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

Shades of Vista Blue #90ECAD

Tints of Vista Blue #90ECAD

Color information

#90ECAD (or 0x90ECAD) is unknown color: approx Vista Blue. HEX triplet: 90, EC and AD. RGB value is (144,236,173). Sum of RGB (Red+Green+Blue) = 144+236+173=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90ECAD is #6F1352. Grayscale: #C9C9C9. Windows color (decimal): -7279443 or 11398288. OLE color: 11398288.

HSL color Cylindrical-coordinate representation of color #90ECAD: hue angle of 138.91º degrees, saturation: 0.71, 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 #90ECAD is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB144236173-
CMYK0.3900.270.07
HSL138.91º70.77%74.51%-
HSV(B)138.91º38.98%92.55%-
XYZ49.0468.9450.26-
YUV201.31112.0287.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.04%
GREEN value IS 236 (92.58% from 255) = 42.68%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=26.04%
G=42.68%
B=31.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442361730.3900.270.07138.9170.7774.51
Hex90ECAD2701B78b474b
Octal220354255470337213107113
Binary1001000011101100101011011001110110111111000101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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