#90DFAB

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

Shades of Vista Blue #90DFAB

Tints of Vista Blue #90DFAB

Color information

#90DFAB (or 0x90DFAB) is unknown color: approx Vista Blue. HEX triplet: 90, DF and AB. RGB value is (144,223,171). Sum of RGB (Red+Green+Blue) = 144+223+171=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #90DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DFAB is #6F2054. Grayscale: #C1C1C1. Windows color (decimal): -7282773 or 11263888. OLE color: 11263888.

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

Color convert

RGB144223171-
CMYK0.3500.230.13
HSL140.51º55.24%71.96%-
HSV(B)140.51º35.43%87.45%-
XYZ45.2461.6448.04-
YUV193.45115.3392.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.77%
GREEN value IS 223 (87.5% from 255) = 41.45%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=26.77%
G=41.45%
B=31.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442231710.3500.230.13140.5155.2471.96
Hex90DFAB23017D8d3748
Octal220337253430271521567110
Binary1001000011011111101010111000110101111101100011011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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