#90DBA9

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

Shades of Vista Blue #90DBA9

Tints of Vista Blue #90DBA9

Color information

#90DBA9 (or 0x90DBA9) is unknown color: approx Vista Blue. HEX triplet: 90, DB and A9. RGB value is (144,219,169). Sum of RGB (Red+Green+Blue) = 144+219+169=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DBA9 is #6F2456. Grayscale: #BEBEBE. Windows color (decimal): -7283799 or 11131792. OLE color: 11131792.

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

Color convert

RGB144219169-
CMYK0.3400.230.14
HSL140º51.02%71.18%-
HSV(B)140º34.25%85.88%-
XYZ43.9959.4646.69-
YUV190.87115.6594.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.07%
GREEN value IS 219 (85.94% from 255) = 41.17%
BLUE value IS 169 (66.41% from 255) = 31.77%
R=27.07%
G=41.17%
B=31.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442191690.3400.230.1414051.0271.18
Hex90DBA922017E8c3347
Octal220333251420271621463107
Binary1001000011011011101010011000100101111110100011001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,219,169); }

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

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

 a { background-color: rgb(144,219,169); }

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

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

 span { border-color: rgb(144,219,169); }

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