#90DAB1

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

Shades of Vista Blue #90DAB1

Tints of Vista Blue #90DAB1

Color information

#90DAB1 (or 0x90DAB1) is unknown color: approx Vista Blue. HEX triplet: 90, DA and B1. RGB value is (144,218,177). Sum of RGB (Red+Green+Blue) = 144+218+177=539 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.72% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DAB1 is #6F254E. Grayscale: #BFBFBF. Windows color (decimal): -7284047 or 11655824. OLE color: 11655824.

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

Color convert

RGB144218177-
CMYK0.3400.190.15
HSL146.76º50%70.98%-
HSV(B)146.76º33.94%85.49%-
XYZ44.5159.2550.68-
YUV191.2119.9894.33-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.72%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=26.72%
G=40.45%
B=32.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442181770.3400.190.15146.765070.98
Hex90DAB122013F933247
Octal220332261420231722362107
Binary1001000011011010101100011000100100111111100100111100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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