#90DEB5

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

Shades of Vista Blue #90DEB5

Tints of Vista Blue #90DEB5

Color information

#90DEB5 (or 0x90DEB5) is unknown color: approx Vista Blue. HEX triplet: 90, DE and B5. RGB value is (144,222,181). Sum of RGB (Red+Green+Blue) = 144+222+181=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DEB5 is #6F214A. Grayscale: #C2C2C2. Windows color (decimal): -7283019 or 11918992. OLE color: 11918992.

HSL color Cylindrical-coordinate representation of color #90DEB5: hue angle of 148.46º 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 #90DEB5 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB144222181-
CMYK0.3500.180.13
HSL148.46º54.17%71.76%-
HSV(B)148.46º35.14%87.06%-
XYZ45.9661.5153.17-
YUV194120.6692.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.33%
GREEN value IS 222 (87.11% from 255) = 40.59%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=26.33%
G=40.59%
B=33.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442221810.3500.180.13148.4654.1771.76
Hex90DEB523012D943648
Octal220336265430221522466110
Binary1001000011011110101101011000110100101101100101001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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