#90DDAE

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

Shades of Vista Blue #90DDAE

Tints of Vista Blue #90DDAE

Color information

#90DDAE (or 0x90DDAE) is unknown color: approx Vista Blue. HEX triplet: 90, DD and AE. RGB value is (144,221,174). Sum of RGB (Red+Green+Blue) = 144+221+174=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #90DDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DDAE is #6F2251. Grayscale: #C0C0C0. Windows color (decimal): -7283282 or 11459984. OLE color: 11459984.

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

Color convert

RGB144221174-
CMYK0.3500.210.13
HSL143.38º53.1%71.57%-
HSV(B)143.38º34.84%86.67%-
XYZ4560.749.39-
YUV192.62117.4993.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.72%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=26.72%
G=41.00%
B=32.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442211740.3500.210.13143.3853.171.57
Hex90DDAE23015D8f3548
Octal220335256430251521765110
Binary1001000011011101101011101000110101011101100011111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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