#90DAAB

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

Shades of Vista Blue #90DAAB

Tints of Vista Blue #90DAAB

Color information

#90DAAB (or 0x90DAAB) is unknown color: approx Vista Blue. HEX triplet: 90, DA and AB. RGB value is (144,218,171). Sum of RGB (Red+Green+Blue) = 144+218+171=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DAAB is #6F2554. Grayscale: #BEBEBE. Windows color (decimal): -7284053 or 11262608. OLE color: 11262608.

HSL color Cylindrical-coordinate representation of color #90DAAB: hue angle of 141.89º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DAAB is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB144218171-
CMYK0.3400.220.15
HSL141.89º50%70.98%-
HSV(B)141.89º33.94%85.49%-
XYZ43.9259.0147.6-
YUV190.52116.9894.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.02%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=27.02%
G=40.90%
B=32.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442181710.3400.220.15141.895070.98
Hex90DAAB22016F8e3247
Octal220332253420261721662107
Binary1001000011011010101010111000100101101111100011101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,218,171); }

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

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

 a { background-color: rgb(144,218,171); }

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

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

 span { border-color: rgb(144,218,171); }

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