#90DBAC

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

Shades of Vista Blue #90DBAC

Tints of Vista Blue #90DBAC

Color information

#90DBAC (or 0x90DBAC) is unknown color: approx Vista Blue. HEX triplet: 90, DB and AC. RGB value is (144,219,172). Sum of RGB (Red+Green+Blue) = 144+219+172=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DBAC is #6F2453. Grayscale: #BFBFBF. Windows color (decimal): -7283796 or 11328400. OLE color: 11328400.

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

Color convert

RGB144219172-
CMYK0.3400.210.14
HSL142.4º51.02%71.18%-
HSV(B)142.4º34.25%85.88%-
XYZ44.2859.5748.19-
YUV191.22117.1594.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.92%
GREEN value IS 219 (85.94% from 255) = 40.93%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=26.92%
G=40.93%
B=32.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442191720.3400.210.14142.451.0271.18
Hex90DBAC22015E8e3347
Octal220333254420251621663107
Binary1001000011011011101011001000100101011110100011101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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