#90D9BA

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

Shades of Vista Blue #90D9BA

Tints of Vista Blue #90D9BA

Color information

#90D9BA (or 0x90D9BA) is unknown color: approx Vista Blue. HEX triplet: 90, D9 and BA. RGB value is (144,217,186). Sum of RGB (Red+Green+Blue) = 144+217+186=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #90D9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D9BA is #6F2645. Grayscale: #BFBFBF. Windows color (decimal): -7284294 or 12245392. OLE color: 12245392.

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

Color convert

RGB144217186-
CMYK0.3400.140.15
HSL154.52º48.99%70.78%-
HSV(B)154.52º33.64%85.1%-
XYZ45.1859.155.48-
YUV191.64124.8294.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.33%
GREEN value IS 217 (85.16% from 255) = 39.67%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=26.33%
G=39.67%
B=34.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442171860.3400.140.15154.5248.9970.78
Hex90D9BA220EF9b3147
Octal220331272420161723361107
Binary100100001101100110111010100010011101111100110111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,217,186); }

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

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

 a { background-color: rgb(144,217,186); }

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

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

 span { border-color: rgb(144,217,186); }

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