#90DEB7

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

Shades of Vista Blue #90DEB7

Tints of Vista Blue #90DEB7

Color information

#90DEB7 (or 0x90DEB7) is unknown color: approx Vista Blue. HEX triplet: 90, DE and B7. RGB value is (144,222,183). Sum of RGB (Red+Green+Blue) = 144+222+183=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DEB7 is #6F2148. Grayscale: #C2C2C2. Windows color (decimal): -7283017 or 12050064. OLE color: 12050064.

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

Color convert

RGB144222183-
CMYK0.3500.180.13
HSL150º54.17%71.76%-
HSV(B)150º35.14%87.06%-
XYZ46.1761.5954.25-
YUV194.23121.6692.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.23%
GREEN value IS 222 (87.11% from 255) = 40.44%
BLUE value IS 183 (71.88% from 255) = 33.33%
R=26.23%
G=40.44%
B=33.33%

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
Decimal1442221830.3500.180.1315054.1771.76
Hex90DEB723012D963648
Octal220336267430221522666110
Binary1001000011011110101101111000110100101101100101101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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