#90DAAC

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

Shades of Vista Blue #90DAAC

Tints of Vista Blue #90DAAC

Color information

#90DAAC (or 0x90DAAC) is unknown color: approx Vista Blue. HEX triplet: 90, DA and AC. RGB value is (144,218,172). Sum of RGB (Red+Green+Blue) = 144+218+172=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DAAC is #6F2553. Grayscale: #BEBEBE. Windows color (decimal): -7284052 or 11328144. OLE color: 11328144.

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

Color convert

RGB144218172-
CMYK0.3400.210.15
HSL142.7º50%70.98%-
HSV(B)142.7º33.94%85.49%-
XYZ44.0259.0548.11-
YUV190.63117.4894.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.97%
GREEN value IS 218 (85.55% from 255) = 40.82%
BLUE value IS 172 (67.58% from 255) = 32.21%
R=26.97%
G=40.82%
B=32.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442181720.3400.210.15142.75070.98
Hex90DAAC22015F8f3247
Octal220332254420251721762107
Binary1001000011011010101011001000100101011111100011111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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