#90ECB3

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

Shades of Vista Blue #90ECB3

Tints of Vista Blue #90ECB3

Color information

#90ECB3 (or 0x90ECB3) is unknown color: approx Vista Blue. HEX triplet: 90, EC and B3. RGB value is (144,236,179). Sum of RGB (Red+Green+Blue) = 144+236+179=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90ECB3 is #6F134C. Grayscale: #CACACA. Windows color (decimal): -7279437 or 11791504. OLE color: 11791504.

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

Color convert

RGB144236179-
CMYK0.3900.240.07
HSL142.83º70.77%74.51%-
HSV(B)142.83º38.98%92.55%-
XYZ49.6369.1753.38-
YUV201.99115.0286.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.76%
GREEN value IS 236 (92.58% from 255) = 42.22%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=25.76%
G=42.22%
B=32.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442361790.3900.240.07142.8370.7774.51
Hex90ECB32701878f474b
Octal220354263470307217107113
Binary1001000011101100101100111001110110001111000111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ECB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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