#90D8BB

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

Shades of Vista Blue #90D8BB

Tints of Vista Blue #90D8BB

Color information

#90D8BB (or 0x90D8BB) is unknown color: approx Vista Blue. HEX triplet: 90, D8 and BB. RGB value is (144,216,187). Sum of RGB (Red+Green+Blue) = 144+216+187=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #90D8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D8BB is #6F2744. Grayscale: #BFBFBF. Windows color (decimal): -7284549 or 12310672. OLE color: 12310672.

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

Color convert

RGB144216187-
CMYK0.3300.130.15
HSL155.83º48%70.59%-
HSV(B)155.83º33.33%84.71%-
XYZ45.0358.6355.96-
YUV191.17125.6594.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.33%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 187 (73.44% from 255) = 34.19%
R=26.33%
G=39.49%
B=34.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442161870.3300.130.15155.834870.59
Hex90D8BB210DF9c3047
Octal220330273410151723460107
Binary100100001101100010111011100001011011111100111001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,216,187); }

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

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

 a { background-color: rgb(144,216,187); }

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

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

 span { border-color: rgb(144,216,187); }

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