#90D8BC

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

Shades of Vista Blue #90D8BC

Tints of Vista Blue #90D8BC

Color information

#90D8BC (or 0x90D8BC) is unknown color: approx Vista Blue. HEX triplet: 90, D8 and BC. RGB value is (144,216,188). Sum of RGB (Red+Green+Blue) = 144+216+188=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #90D8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D8BC is #6F2743. Grayscale: #BFBFBF. Windows color (decimal): -7284548 or 12376208. OLE color: 12376208.

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

Color convert

RGB144216188-
CMYK0.3300.130.15
HSL156.67º48%70.59%-
HSV(B)156.67º33.33%84.71%-
XYZ45.1358.6756.52-
YUV191.28126.1594.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.28%
GREEN value IS 216 (84.77% from 255) = 39.42%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=26.28%
G=39.42%
B=34.31%

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
Decimal1442161880.3300.130.15156.674870.59
Hex90D8BC210DF9d3047
Octal220330274410151723560107
Binary100100001101100010111100100001011011111100111011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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