#90ECB2

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

Shades of Vista Blue #90ECB2

Tints of Vista Blue #90ECB2

Color information

#90ECB2 (or 0x90ECB2) is unknown color: approx Vista Blue. HEX triplet: 90, EC and B2. RGB value is (144,236,178). Sum of RGB (Red+Green+Blue) = 144+236+178=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90ECB2 is #6F134D. Grayscale: #CACACA. Windows color (decimal): -7279438 or 11725968. OLE color: 11725968.

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

Color convert

RGB144236178-
CMYK0.3900.250.07
HSL142.17º70.77%74.51%-
HSV(B)142.17º38.98%92.55%-
XYZ49.5369.1352.85-
YUV201.88114.5286.72-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.81%
GREEN value IS 236 (92.58% from 255) = 42.29%
BLUE value IS 178 (69.92% from 255) = 31.90%
R=25.81%
G=42.29%
B=31.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442361780.3900.250.07142.1770.7774.51
Hex90ECB22701978e474b
Octal220354262470317216107113
Binary1001000011101100101100101001110110011111000111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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