#90DEB0

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

Shades of Vista Blue #90DEB0

Tints of Vista Blue #90DEB0

Color information

#90DEB0 (or 0x90DEB0) is unknown color: approx Vista Blue. HEX triplet: 90, DE and B0. RGB value is (144,222,176). Sum of RGB (Red+Green+Blue) = 144+222+176=542 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.57% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DEB0 is #6F214F. Grayscale: #C1C1C1. Windows color (decimal): -7283024 or 11591312. OLE color: 11591312.

HSL color Cylindrical-coordinate representation of color #90DEB0: hue angle of 144.62º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DEB0 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB144222176-
CMYK0.3500.210.13
HSL144.62º54.17%71.76%-
HSV(B)144.62º35.14%87.06%-
XYZ45.4661.3150.51-
YUV193.43118.1692.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.57%
GREEN value IS 222 (87.11% from 255) = 40.96%
BLUE value IS 176 (69.14% from 255) = 32.47%
R=26.57%
G=40.96%
B=32.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442221760.3500.210.13144.6254.1771.76
Hex90DEB023015D913648
Octal220336260430251522166110
Binary1001000011011110101100001000110101011101100100011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,222,176); }

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

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

 a { background-color: rgb(144,222,176); }

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

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

 span { border-color: rgb(144,222,176); }

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