#90DCB7

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

Shades of Vista Blue #90DCB7

Tints of Vista Blue #90DCB7

Color information

#90DCB7 (or 0x90DCB7) is unknown color: approx Vista Blue. HEX triplet: 90, DC and B7. RGB value is (144,220,183). Sum of RGB (Red+Green+Blue) = 144+220+183=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCB7 is #6F2348. Grayscale: #C1C1C1. Windows color (decimal): -7283529 or 12049552. OLE color: 12049552.

HSL color Cylindrical-coordinate representation of color #90DCB7: hue angle of 150.79º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DCB7 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB144220183-
CMYK0.3500.170.14
HSL150.79º52.05%71.37%-
HSV(B)150.79º34.55%86.27%-
XYZ45.6460.5354.08-
YUV193.06122.3293.01-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.33%
GREEN value IS 220 (86.33% from 255) = 40.22%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=26.33%
G=40.22%
B=33.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442201830.3500.170.14150.7952.0571.37
Hex90DCB723011E973447
Octal220334267430211622764107
Binary1001000011011100101101111000110100011110100101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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