#90DCB5

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

Shades of Vista Blue #90DCB5

Tints of Vista Blue #90DCB5

Color information

#90DCB5 (or 0x90DCB5) is unknown color: approx Vista Blue. HEX triplet: 90, DC and B5. RGB value is (144,220,181). Sum of RGB (Red+Green+Blue) = 144+220+181=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCB5 is #6F234A. Grayscale: #C0C0C0. Windows color (decimal): -7283531 or 11918480. OLE color: 11918480.

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

Color convert

RGB144220181-
CMYK0.3500.180.14
HSL149.21º52.05%71.37%-
HSV(B)149.21º34.55%86.27%-
XYZ45.4460.4552.99-
YUV192.83121.3293.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.42%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 181 (71.09% from 255) = 33.21%
R=26.42%
G=40.37%
B=33.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442201810.3500.180.14149.2152.0571.37
Hex90DCB523012E953447
Octal220334265430221622564107
Binary1001000011011100101101011000110100101110100101011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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