#90DDAC

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

Shades of Vista Blue #90DDAC

Tints of Vista Blue #90DDAC

Color information

#90DDAC (or 0x90DDAC) is unknown color: approx Vista Blue. HEX triplet: 90, DD and AC. RGB value is (144,221,172). Sum of RGB (Red+Green+Blue) = 144+221+172=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #90DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DDAC is #6F2253. Grayscale: #C0C0C0. Windows color (decimal): -7283284 or 11328912. OLE color: 11328912.

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

Color convert

RGB144221172-
CMYK0.3500.220.13
HSL141.82º53.1%71.57%-
HSV(B)141.82º34.84%86.67%-
XYZ44.860.6248.37-
YUV192.39116.4993.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.82%
GREEN value IS 221 (86.72% from 255) = 41.15%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=26.82%
G=41.15%
B=32.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442211720.3500.220.13141.8253.171.57
Hex90DDAC23016D8e3548
Octal220335254430261521665110
Binary1001000011011101101011001000110101101101100011101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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